Uses of Interface
org.apache.batik.apps.svgbrowser.UndoableCommand
-
Packages that use UndoableCommand Package Description org.apache.batik.apps.svgbrowser -
-
Uses of UndoableCommand in org.apache.batik.apps.svgbrowser
Classes in org.apache.batik.apps.svgbrowser that implement UndoableCommand Modifier and Type Class Description classAbstractCompoundCommandAbstract compound command.classAbstractUndoableCommandRepresents abstract undoable/redoable 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 that return UndoableCommand Modifier and Type Method Description UndoableCommandHistoryBrowserInterface. createInsertChildCommand(org.w3c.dom.Node parent, org.w3c.dom.Node sibling, org.w3c.dom.Node child)Creates InsertChildBefore or AppendChild command, depending on the value of siblingNode.Methods in org.apache.batik.apps.svgbrowser with parameters of type UndoableCommand Modifier and Type Method Description voidAbstractCompoundCommand. 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)
-