Class RemoveElementCommand

java.lang.Object
rs.edu.raf.dsw.rudok.app.gui.swing.command.AbstractCommand
rs.edu.raf.dsw.rudok.app.gui.swing.command.standard.RemoveElementCommand

public class RemoveElementCommand
extends AbstractCommand
This command removes the passed Elements from their parent MindMap.
  • Constructor Details

    • RemoveElementCommand

      public RemoveElementCommand​(MindMap parent, Element... toRemove)
  • Method Details