Class PluginAction
java.lang.Object
javax.swing.AbstractAction
ca.phon.plugin.PluginAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
- Direct Known Subclasses:
CopyCommand,CutCommand,ExitCommand,HelpCommand,IpaMapCommand,LanguageCodesCommand,LogCommand,PasteCommand,PreferencesCommand,QueryHistoryCommand,QueryScriptCommand,WorkspaceCommand
Action for quickly executing plugin entry points.
- 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
ConstructorsConstructorDescriptionPluginAction(String ep) ConstructorPluginAction(String ep, boolean runInBackground) -
Method Summary
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
PluginAction
-
PluginAction
-
-
Method Details
-
putArg
-
putArgs
-
removeArg
-
clearArgs
public void clearArgs() -
actionPerformed
-