Uses of Class
org.apache.batik.apps.svgbrowser.HistoryBrowserInterface.CompoundUpdateCommand
-
Packages that use HistoryBrowserInterface.CompoundUpdateCommand Package Description org.apache.batik.apps.svgbrowser -
-
Uses of HistoryBrowserInterface.CompoundUpdateCommand in org.apache.batik.apps.svgbrowser
Methods in org.apache.batik.apps.svgbrowser that return HistoryBrowserInterface.CompoundUpdateCommand Modifier and Type Method Description HistoryBrowserInterface.CompoundUpdateCommandHistoryBrowserInterface. createCompoundUpdateCommand(java.lang.String commandName)Creates the compound update command, that consists of custom number of commands.HistoryBrowserInterface.CompoundUpdateCommandHistoryBrowserInterface. createNodeChangedCommand(org.w3c.dom.Node node)Creates the compound NodeChangedCommand.HistoryBrowserInterface.CompoundUpdateCommandHistoryBrowserInterface. createNodesDroppedCommand(java.util.ArrayList nodes)Creates the compound NodesDroppedCommand.HistoryBrowserInterface.CompoundUpdateCommandHistoryBrowserInterface. createRemoveSelectedTreeNodesCommand(java.util.ArrayList nodes)Creates the compound RemoveSelectedTreeNodesCommand.
-