Class HistoryBrowser.HistoryBrowserAdapter
java.lang.Object
org.apache.batik.apps.svgbrowser.HistoryBrowser.HistoryBrowserAdapter
- All Implemented Interfaces:
EventListener, HistoryBrowser.HistoryBrowserListener
- Enclosing class:
HistoryBrowser
public static class HistoryBrowser.HistoryBrowserAdapter
extends Object
implements HistoryBrowser.HistoryBrowserListener
The adapter to provide the default behavior.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThe compound command has been made from the atom commands that were executed and should be wrapped.voidThe the atom command that should be wrapped with the compound command has been executed.voidThe command has been executed.voidHistory has been reset, and all commands have been removed from the history.voidThe redo has been performed on the command.voidThe undo has been performed on the command.
-
Constructor Details
-
HistoryBrowserAdapter
public HistoryBrowserAdapter()
-
-
Method Details
-
executePerformed
Description copied from interface:HistoryBrowser.HistoryBrowserListenerThe command has been executed.- Specified by:
executePerformedin interfaceHistoryBrowser.HistoryBrowserListener
-
undoPerformed
Description copied from interface:HistoryBrowser.HistoryBrowserListenerThe undo has been performed on the command.- Specified by:
undoPerformedin interfaceHistoryBrowser.HistoryBrowserListener
-
redoPerformed
Description copied from interface:HistoryBrowser.HistoryBrowserListenerThe redo has been performed on the command.- Specified by:
redoPerformedin interfaceHistoryBrowser.HistoryBrowserListener
-
historyReset
Description copied from interface:HistoryBrowser.HistoryBrowserListenerHistory has been reset, and all commands have been removed from the history.- Specified by:
historyResetin interfaceHistoryBrowser.HistoryBrowserListener
-
compoundEditPerformed
Description copied from interface:HistoryBrowser.HistoryBrowserListenerThe compound command has been made from the atom commands that were executed and should be wrapped.- Specified by:
compoundEditPerformedin interfaceHistoryBrowser.HistoryBrowserListener
-
doCompoundEdit
Description copied from interface:HistoryBrowser.HistoryBrowserListenerThe the atom command that should be wrapped with the compound command has been executed.- Specified by:
doCompoundEditin interfaceHistoryBrowser.HistoryBrowserListener
-