Uses of Interface
org.apache.batik.apps.svgbrowser.UndoableCommand
Packages that use UndoableCommand
-
Uses of UndoableCommand in org.apache.batik.apps.svgbrowser
Classes in org.apache.batik.apps.svgbrowser that implement UndoableCommandModifier and TypeClassDescriptionclassAbstract compound command.classRepresents abstract undoable/redoable command.static classThe AppendChild command.static classAdds the attribute to an element (MutationEvent.ADDITION)static classModifies the attribute of an element (MutationEvent.MODIFICATION)static classRemoves the attribute of an element (MutationEvent.REMOVAL)static classThe Change Node Value command.static classSets the node value.static classThe compound command.static classInserts the given node as a child to the given parent node before the specified sibling node, or as the last child of the given parent, if the sibling node is null.static classInserts the given node as a child of another.static classRemoves the node from its parent node.static classThe RemoveChild command.static classinsertBeforeMethods in org.apache.batik.apps.svgbrowser that return UndoableCommandModifier and TypeMethodDescriptionHistoryBrowserInterface.createInsertChildCommand(Node parent, Node sibling, Node child) Creates InsertChildBefore or AppendChild command, depending on the value of siblingNode.Methods in org.apache.batik.apps.svgbrowser with parameters of type UndoableCommandModifier and TypeMethodDescriptionvoidAbstractCompoundCommand.addCommand(UndoableCommand command) Adds the given command to the atomCommand list.voidHistoryBrowser.addCommand(UndoableCommand command) Adds the given command to history array and executes it.voidHistoryBrowser.CommandController.execute(UndoableCommand command) Wrapps the execute method.voidHistoryBrowser.DocumentCommandController.execute(UndoableCommand command) voidHistoryBrowserInterface.performCompoundUpdateCommand(UndoableCommand command) Executes the given compound update command.voidHistoryBrowser.CommandController.redo(UndoableCommand command) Wrapps the redo method.voidHistoryBrowser.DocumentCommandController.redo(UndoableCommand command) voidHistoryBrowser.CommandController.undo(UndoableCommand command) Wrapps the undo method.voidHistoryBrowser.DocumentCommandController.undo(UndoableCommand command)