Uses of Class
org.apache.batik.apps.svgbrowser.HistoryBrowser.HistoryBrowserEvent
Packages that use HistoryBrowser.HistoryBrowserEvent
-
Uses of HistoryBrowser.HistoryBrowserEvent in org.apache.batik.apps.svgbrowser
Methods in org.apache.batik.apps.svgbrowser with parameters of type HistoryBrowser.HistoryBrowserEventModifier and TypeMethodDescriptionvoidHistoryBrowser.HistoryBrowserAdapter.compoundEditPerformed(HistoryBrowser.HistoryBrowserEvent event) voidHistoryBrowser.HistoryBrowserListener.compoundEditPerformed(HistoryBrowser.HistoryBrowserEvent event) The compound command has been made from the atom commands that were executed and should be wrapped.voidHistoryBrowser.HistoryBrowserAdapter.doCompoundEdit(HistoryBrowser.HistoryBrowserEvent event) voidHistoryBrowser.HistoryBrowserListener.doCompoundEdit(HistoryBrowser.HistoryBrowserEvent event) The the atom command that should be wrapped with the compound command has been executed.voidHistoryBrowser.HistoryBrowserAdapter.executePerformed(HistoryBrowser.HistoryBrowserEvent event) voidHistoryBrowser.HistoryBrowserListener.executePerformed(HistoryBrowser.HistoryBrowserEvent event) The command has been executed.voidHistoryBrowser.fireCompoundEditPerformed(HistoryBrowser.HistoryBrowserEvent event) Fires the compoundEditPerformed event.voidHistoryBrowser.fireDoCompoundEdit(HistoryBrowser.HistoryBrowserEvent event) Fires the doCompoundEdit event.voidHistoryBrowser.fireExecutePerformed(HistoryBrowser.HistoryBrowserEvent event) Fires the executePerformed event.voidHistoryBrowser.fireHistoryReset(HistoryBrowser.HistoryBrowserEvent event) Fires the historyReset event.voidHistoryBrowser.fireRedoPerformed(HistoryBrowser.HistoryBrowserEvent event) Fires the redoPerformed event.voidHistoryBrowser.fireUndoPerformed(HistoryBrowser.HistoryBrowserEvent event) Fires the undoPerformed event.voidHistoryBrowser.HistoryBrowserAdapter.historyReset(HistoryBrowser.HistoryBrowserEvent event) voidHistoryBrowser.HistoryBrowserListener.historyReset(HistoryBrowser.HistoryBrowserEvent event) History has been reset, and all commands have been removed from the history.voidHistoryBrowser.HistoryBrowserAdapter.redoPerformed(HistoryBrowser.HistoryBrowserEvent event) voidHistoryBrowser.HistoryBrowserListener.redoPerformed(HistoryBrowser.HistoryBrowserEvent event) The redo has been performed on the command.voidHistoryBrowser.HistoryBrowserAdapter.undoPerformed(HistoryBrowser.HistoryBrowserEvent event) voidHistoryBrowser.HistoryBrowserListener.undoPerformed(HistoryBrowser.HistoryBrowserEvent event) The undo has been performed on the command.