Uses of Interface
org.apache.batik.apps.svgbrowser.HistoryBrowser.CommandController
Packages that use HistoryBrowser.CommandController
-
Uses of HistoryBrowser.CommandController in org.apache.batik.apps.svgbrowser
Classes in org.apache.batik.apps.svgbrowser that implement HistoryBrowser.CommandControllerModifier and TypeClassDescriptionstatic class
Lets the DOMViewerController wrap the commands.Fields in org.apache.batik.apps.svgbrowser declared as HistoryBrowser.CommandControllerModifier and TypeFieldDescriptionprotected 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.CommandControllerModifier and TypeMethodDescriptionvoid
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.CommandControllerModifierConstructorDescriptionHistoryBrowser
(HistoryBrowser.CommandController commandController) Constructor.HistoryBrowserInterface
(HistoryBrowser.CommandController commandController) Constructor.