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 classHistoryBrowserInterface.CompoundUpdateCommandThe compound command.Fields in org.apache.batik.apps.svgbrowser declared as AbstractCompoundCommand Modifier and Type Field Description protected AbstractCompoundCommandHistoryBrowserInterface. currentCompoundCommandUsed 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 AbstractCompoundCommandHistoryBrowserInterface. getCurrentCompoundCommand()Gets the current compound command.
-