Uses of Interface
at.jku.ssw.fp.sect04_4.cmd_nofp.Command
-
Packages that use Command Package Description at.jku.ssw.fp.sect04_4.cmd_nofp -
-
Uses of Command in at.jku.ssw.fp.sect04_4.cmd_nofp
Classes in at.jku.ssw.fp.sect04_4.cmd_nofp that implement Command Modifier and Type Class Description class
AddTextCommand
Command to add a text.class
DeleteTextCommand
Command to delete a text.Fields in at.jku.ssw.fp.sect04_4.cmd_nofp with type parameters of type Command Modifier and Type Field Description private Deque<Command>
CmdHandler. redoStack
Redo stackprivate Deque<Command>
CmdHandler. undoStack
Undo stackMethods in at.jku.ssw.fp.sect04_4.cmd_nofp with parameters of type Command Modifier and Type Method Description void
CmdHandler. doCmd(Command cmd)
Executes the command and stores it in the undo stack.
-