Package org.apache.batik.apps.svgbrowser
Class HistoryBrowser.HistoryBrowserAdapter
- java.lang.Object
-
- org.apache.batik.apps.svgbrowser.HistoryBrowser.HistoryBrowserAdapter
-
- All Implemented Interfaces:
java.util.EventListener,HistoryBrowser.HistoryBrowserListener
- Enclosing class:
- HistoryBrowser
public static class HistoryBrowser.HistoryBrowserAdapter extends java.lang.Object implements HistoryBrowser.HistoryBrowserListener
The adapter to provide the default behavior.
-
-
Constructor Summary
Constructors Constructor Description HistoryBrowserAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompoundEditPerformed(HistoryBrowser.HistoryBrowserEvent event)The compound command has been made from the atom commands that were executed and should be wrapped.voiddoCompoundEdit(HistoryBrowser.HistoryBrowserEvent event)The the atom command that should be wrapped with the compound command has been executed.voidexecutePerformed(HistoryBrowser.HistoryBrowserEvent event)The command has been executed.voidhistoryReset(HistoryBrowser.HistoryBrowserEvent event)History has been reset, and all commands have been removed from the history.voidredoPerformed(HistoryBrowser.HistoryBrowserEvent event)The redo has been performed on the command.voidundoPerformed(HistoryBrowser.HistoryBrowserEvent event)The undo has been performed on the command.
-
-
-
Method Detail
-
executePerformed
public void executePerformed(HistoryBrowser.HistoryBrowserEvent event)
Description copied from interface:HistoryBrowser.HistoryBrowserListenerThe command has been executed.- Specified by:
executePerformedin interfaceHistoryBrowser.HistoryBrowserListener
-
undoPerformed
public void undoPerformed(HistoryBrowser.HistoryBrowserEvent event)
Description copied from interface:HistoryBrowser.HistoryBrowserListenerThe undo has been performed on the command.- Specified by:
undoPerformedin interfaceHistoryBrowser.HistoryBrowserListener
-
redoPerformed
public void redoPerformed(HistoryBrowser.HistoryBrowserEvent event)
Description copied from interface:HistoryBrowser.HistoryBrowserListenerThe redo has been performed on the command.- Specified by:
redoPerformedin interfaceHistoryBrowser.HistoryBrowserListener
-
historyReset
public void historyReset(HistoryBrowser.HistoryBrowserEvent event)
Description copied from interface:HistoryBrowser.HistoryBrowserListenerHistory has been reset, and all commands have been removed from the history.- Specified by:
historyResetin interfaceHistoryBrowser.HistoryBrowserListener
-
compoundEditPerformed
public void compoundEditPerformed(HistoryBrowser.HistoryBrowserEvent event)
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
public void doCompoundEdit(HistoryBrowser.HistoryBrowserEvent event)
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
-
-