public static class HistoryBrowser.HistoryBrowserAdapter extends java.lang.Object implements HistoryBrowser.HistoryBrowserListener
| Constructor and Description |
|---|
HistoryBrowserAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
compoundEditPerformed(HistoryBrowser.HistoryBrowserEvent event)
The compound command has been made from the atom commands that were
executed and should be wrapped.
|
void |
doCompoundEdit(HistoryBrowser.HistoryBrowserEvent event)
The the atom command that should be wrapped with the compound command
has been executed.
|
void |
executePerformed(HistoryBrowser.HistoryBrowserEvent event)
The command has been executed.
|
void |
historyReset(HistoryBrowser.HistoryBrowserEvent event)
History has been reset, and all commands have been removed from the
history.
|
void |
redoPerformed(HistoryBrowser.HistoryBrowserEvent event)
The redo has been performed on the command.
|
void |
undoPerformed(HistoryBrowser.HistoryBrowserEvent event)
The undo has been performed on the command.
|
public void executePerformed(HistoryBrowser.HistoryBrowserEvent event)
HistoryBrowser.HistoryBrowserListenerexecutePerformed in interface HistoryBrowser.HistoryBrowserListenerpublic void undoPerformed(HistoryBrowser.HistoryBrowserEvent event)
HistoryBrowser.HistoryBrowserListenerundoPerformed in interface HistoryBrowser.HistoryBrowserListenerpublic void redoPerformed(HistoryBrowser.HistoryBrowserEvent event)
HistoryBrowser.HistoryBrowserListenerredoPerformed in interface HistoryBrowser.HistoryBrowserListenerpublic void historyReset(HistoryBrowser.HistoryBrowserEvent event)
HistoryBrowser.HistoryBrowserListenerhistoryReset in interface HistoryBrowser.HistoryBrowserListenerpublic void compoundEditPerformed(HistoryBrowser.HistoryBrowserEvent event)
HistoryBrowser.HistoryBrowserListenercompoundEditPerformed in interface HistoryBrowser.HistoryBrowserListenerpublic void doCompoundEdit(HistoryBrowser.HistoryBrowserEvent event)
HistoryBrowser.HistoryBrowserListenerdoCompoundEdit in interface HistoryBrowser.HistoryBrowserListenerCopyright © 2022 Apache Software Foundation. All Rights Reserved.