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 classLets the DOMViewerController wrap the commands.Fields in org.apache.batik.apps.svgbrowser declared as HistoryBrowser.CommandControllerModifier and TypeFieldDescriptionprotected HistoryBrowser.CommandControllerHistoryBrowser.commandControllerTells 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 TypeMethodDescriptionvoidHistoryBrowser.setCommandController(HistoryBrowser.CommandController newCommandController) Sets the commandController.voidHistoryBrowserInterface.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.