Uses of Class
org.apache.batik.apps.svgbrowser.AbstractCompoundCommand
-
Packages that use AbstractCompoundCommand Package Description org.apache.batik.apps.svgbrowser -
-
Uses of AbstractCompoundCommand in org.apache.batik.apps.svgbrowser
Subclasses of AbstractCompoundCommand in org.apache.batik.apps.svgbrowser Modifier and Type Class Description static class
HistoryBrowserInterface.CompoundUpdateCommand
The compound command.Fields in org.apache.batik.apps.svgbrowser declared as AbstractCompoundCommand Modifier and Type Field Description protected AbstractCompoundCommand
HistoryBrowserInterface. currentCompoundCommand
Used to group custom number of changes into a single command.Methods in org.apache.batik.apps.svgbrowser that return AbstractCompoundCommand Modifier and Type Method Description AbstractCompoundCommand
HistoryBrowserInterface. getCurrentCompoundCommand()
Gets the current compound command.
-