Uses of Interface
org.apache.batik.apps.svgbrowser.HistoryBrowser.CommandController
-
Packages that use HistoryBrowser.CommandController Package Description org.apache.batik.apps.svgbrowser -
-
Uses of HistoryBrowser.CommandController in org.apache.batik.apps.svgbrowser
Classes in org.apache.batik.apps.svgbrowser that implement HistoryBrowser.CommandController Modifier and Type Class Description static class
HistoryBrowser.DocumentCommandController
Lets the DOMViewerController wrap the commands.Fields in org.apache.batik.apps.svgbrowser declared as HistoryBrowser.CommandController Modifier and Type Field Description protected HistoryBrowser.CommandController
HistoryBrowser. commandController
Tells the history browser how to execute, undo and redo the commands.Methods in org.apache.batik.apps.svgbrowser with parameters of type HistoryBrowser.CommandController Modifier and Type Method Description void
HistoryBrowser. setCommandController(HistoryBrowser.CommandController newCommandController)
Sets the commandController.void
HistoryBrowserInterface. setCommmandController(HistoryBrowser.CommandController newCommandController)
Sets the history browser's command controller.Constructors in org.apache.batik.apps.svgbrowser with parameters of type HistoryBrowser.CommandController Constructor Description HistoryBrowser(HistoryBrowser.CommandController commandController)
Constructor.HistoryBrowserInterface(HistoryBrowser.CommandController commandController)
Constructor.
-