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 TypeClassDescriptionclass
Abstract compound command.class
Represents abstract undoable/redoable command.static class
The AppendChild command.static class
Adds the attribute to an element (MutationEvent.ADDITION)static class
Modifies the attribute of an element (MutationEvent.MODIFICATION)static class
Removes the attribute of an element (MutationEvent.REMOVAL)static class
The Change Node Value command.static class
Sets the node value.static class
The compound command.static class
Inserts 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 class
Inserts the given node as a child of another.static class
Removes the node from its parent node.static class
The RemoveChild command.static class
insertBeforeMethods 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 TypeMethodDescriptionvoid
AbstractCompoundCommand.addCommand
(UndoableCommand command) Adds the given command to the atomCommand list.void
HistoryBrowser.addCommand
(UndoableCommand command) Adds the given command to history array and executes it.void
HistoryBrowser.CommandController.execute
(UndoableCommand command) Wrapps the execute method.void
HistoryBrowser.DocumentCommandController.execute
(UndoableCommand command) void
HistoryBrowserInterface.performCompoundUpdateCommand
(UndoableCommand command) Executes the given compound update command.void
HistoryBrowser.CommandController.redo
(UndoableCommand command) Wrapps the redo method.void
HistoryBrowser.DocumentCommandController.redo
(UndoableCommand command) void
HistoryBrowser.CommandController.undo
(UndoableCommand command) Wrapps the undo method.void
HistoryBrowser.DocumentCommandController.undo
(UndoableCommand command)