Class HookableAction
java.lang.Object
javax.swing.AbstractAction
ca.phon.app.hooks.HookableAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
- Direct Known Subclasses:
AnalysisAction,AutoTranscribeAction,CloseAllBuffersAction,CloseCurrentBufferAction,DeleteAllUnnamedEntriesAction,DeleteQueryHistoryAction,DeleteQueryHistoryEntryAction,ExportQueryAction,FindAndReplaceAction,KeepOnTopCommand,MacroAction,NewProjectCommand,NodeWizardAction,OpenComposerAction,OpenFileEP,OpenProjectCommand,OpenSimpleAnalysisComposerAction,OpenSimpleReportComposerAction,PhonexDebuggerAction,PrintHTMLBufferAction,ProjectWindowAction,ReportAction,SaveAllBuffersAction,SaveAnalysisAction,SaveBufferAction,SaveBufferAsWorkbookAction,SaveLogBufferAction,SaveQueryAction,SaveReportAction,SaveTableAsAction,SaveTablesToWorkbookAction,SelectWorkspaceCommand,SendToAnalysisComposer,SessionCheckViewAction,SessionEditorAction,ShowApplicationDataFolderCommand,TimelineAction
- See Also:
-
Field Summary
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidabstract voidMethod which should be implemented instead of actionPerformed.Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
HookableAction
public HookableAction()
-
-
Method Details
-
actionPerformed
-
hookableActionPerformed
Method which should be implemented instead of actionPerformed.- Parameters:
action- event
-