void |
HistoryBrowser.HistoryBrowserAdapter.compoundEditPerformed(HistoryBrowser.HistoryBrowserEvent event) |
|
void |
HistoryBrowser.HistoryBrowserListener.compoundEditPerformed(HistoryBrowser.HistoryBrowserEvent event) |
The compound command has been made from the atom commands that were
executed and should be wrapped.
|
void |
HistoryBrowser.HistoryBrowserAdapter.doCompoundEdit(HistoryBrowser.HistoryBrowserEvent event) |
|
void |
HistoryBrowser.HistoryBrowserListener.doCompoundEdit(HistoryBrowser.HistoryBrowserEvent event) |
The the atom command that should be wrapped with the compound command
has been executed.
|
void |
HistoryBrowser.HistoryBrowserAdapter.executePerformed(HistoryBrowser.HistoryBrowserEvent event) |
|
void |
HistoryBrowser.HistoryBrowserListener.executePerformed(HistoryBrowser.HistoryBrowserEvent event) |
The command has been executed.
|
void |
HistoryBrowser.fireCompoundEditPerformed(HistoryBrowser.HistoryBrowserEvent event) |
Fires the compoundEditPerformed event.
|
void |
HistoryBrowser.fireDoCompoundEdit(HistoryBrowser.HistoryBrowserEvent event) |
Fires the doCompoundEdit event.
|
void |
HistoryBrowser.fireExecutePerformed(HistoryBrowser.HistoryBrowserEvent event) |
Fires the executePerformed event.
|
void |
HistoryBrowser.fireHistoryReset(HistoryBrowser.HistoryBrowserEvent event) |
Fires the historyReset event.
|
void |
HistoryBrowser.fireRedoPerformed(HistoryBrowser.HistoryBrowserEvent event) |
Fires the redoPerformed event.
|
void |
HistoryBrowser.fireUndoPerformed(HistoryBrowser.HistoryBrowserEvent event) |
Fires the undoPerformed event.
|
void |
HistoryBrowser.HistoryBrowserAdapter.historyReset(HistoryBrowser.HistoryBrowserEvent event) |
|
void |
HistoryBrowser.HistoryBrowserListener.historyReset(HistoryBrowser.HistoryBrowserEvent event) |
History has been reset, and all commands have been removed from the
history.
|
void |
HistoryBrowser.HistoryBrowserAdapter.redoPerformed(HistoryBrowser.HistoryBrowserEvent event) |
|
void |
HistoryBrowser.HistoryBrowserListener.redoPerformed(HistoryBrowser.HistoryBrowserEvent event) |
The redo has been performed on the command.
|
void |
HistoryBrowser.HistoryBrowserAdapter.undoPerformed(HistoryBrowser.HistoryBrowserEvent event) |
|
void |
HistoryBrowser.HistoryBrowserListener.undoPerformed(HistoryBrowser.HistoryBrowserEvent event) |
The undo has been performed on the command.
|