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.CompoundUpdateCommand
HistoryBrowserInterface. createCompoundUpdateCommand(java.lang.String commandName)
Creates the compound update command, that consists of custom number of commands.HistoryBrowserInterface.CompoundUpdateCommand
HistoryBrowserInterface. createNodeChangedCommand(org.w3c.dom.Node node)
Creates the compound NodeChangedCommand.HistoryBrowserInterface.CompoundUpdateCommand
HistoryBrowserInterface. createNodesDroppedCommand(java.util.ArrayList nodes)
Creates the compound NodesDroppedCommand.HistoryBrowserInterface.CompoundUpdateCommand
HistoryBrowserInterface. createRemoveSelectedTreeNodesCommand(java.util.ArrayList nodes)
Creates the compound RemoveSelectedTreeNodesCommand.
-