Uses of Class
org.apache.batik.apps.svgbrowser.AbstractUndoableCommand
-
Packages that use AbstractUndoableCommand Package Description org.apache.batik.apps.svgbrowser -
-
Uses of AbstractUndoableCommand in org.apache.batik.apps.svgbrowser
Subclasses of AbstractUndoableCommand in org.apache.batik.apps.svgbrowser Modifier and Type Class Description classAbstractCompoundCommandAbstract compound command.static classHistoryBrowserInterface.AppendChildCommandThe AppendChild command.static classHistoryBrowserInterface.AttributeAddedCommandAdds the attribute to an element (MutationEvent.ADDITION)static classHistoryBrowserInterface.AttributeModifiedCommandModifies the attribute of an element (MutationEvent.MODIFICATION)static classHistoryBrowserInterface.AttributeRemovedCommandRemoves the attribute of an element (MutationEvent.REMOVAL)static classHistoryBrowserInterface.ChangeNodeValueCommandThe Change Node Value command.static classHistoryBrowserInterface.CharDataModifiedCommandSets the node value.static classHistoryBrowserInterface.CompoundUpdateCommandThe compound command.static classHistoryBrowserInterface.InsertNodeBeforeCommandInserts 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 classHistoryBrowserInterface.NodeInsertedCommandInserts the given node as a child of another.static classHistoryBrowserInterface.NodeRemovedCommandRemoves the node from its parent node.static classHistoryBrowserInterface.RemoveChildCommandThe RemoveChild command.static classHistoryBrowserInterface.ReplaceChildCommandinsertBeforeMethods in org.apache.batik.apps.svgbrowser with parameters of type AbstractUndoableCommand Modifier and Type Method Description voidHistoryBrowserInterface. addToCurrentCompoundCommand(AbstractUndoableCommand cmd)Adds the given command to current compound command.
-