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 TypeClassDescriptionclassAbstract compound 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 with parameters of type AbstractUndoableCommandModifier and TypeMethodDescriptionvoidHistoryBrowserInterface.addToCurrentCompoundCommand(AbstractUndoableCommand cmd) Adds the given command to current compound command.