Uses of Class
rs.edu.raf.dsw.rudok.app.gui.swing.command.AbstractCommand
Package | Description |
---|---|
rs.edu.raf.dsw.rudok.app.gui.swing.command | |
rs.edu.raf.dsw.rudok.app.gui.swing.command.standard |
-
Uses of AbstractCommand in rs.edu.raf.dsw.rudok.app.gui.swing.command
Methods in rs.edu.raf.dsw.rudok.app.gui.swing.command with parameters of type AbstractCommand Modifier and Type Method Description void
CommandManager. addCommand(AbstractCommand command)
void
ICommandManager. addCommand(AbstractCommand command)
Adds the givenAbstractCommand
to the stack and executes it. -
Uses of AbstractCommand in rs.edu.raf.dsw.rudok.app.gui.swing.command.standard
Subclasses of AbstractCommand in rs.edu.raf.dsw.rudok.app.gui.swing.command.standard Modifier and Type Class Description class
AddElementCommand
class
MoveTopicCommand
This command moves the passedTopic
s along the X/Y axis by the given amount.class
RemoveElementCommand