Uses of Class
org.apache.batik.apps.svgbrowser.AbstractUndoableCommand
Packages that use AbstractUndoableCommand
-
Uses of AbstractUndoableCommand in org.apache.batik.apps.svgbrowser
Subclasses of AbstractUndoableCommand in org.apache.batik.apps.svgbrowserModifier and TypeClassDescriptionclass
Abstract compound 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 with parameters of type AbstractUndoableCommandModifier and TypeMethodDescriptionvoid
HistoryBrowserInterface.addToCurrentCompoundCommand
(AbstractUndoableCommand cmd) Adds the given command to current compound command.