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 classHistoryBrowser.DocumentCommandControllerLets the DOMViewerController wrap the commands.Fields in org.apache.batik.apps.svgbrowser declared as HistoryBrowser.CommandController Modifier and Type Field Description protected 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.CommandController Modifier and Type Method Description voidHistoryBrowser. 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.CommandController Constructor Description HistoryBrowser(HistoryBrowser.CommandController commandController)Constructor.HistoryBrowserInterface(HistoryBrowser.CommandController commandController)Constructor.
-