Package ca.phon.plugin
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, enabled
Fields 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
ConstructorDescriptionPluginAction
(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
Constructor- Parameters:
ep
- ID of the plugin entry point
-
PluginAction
-
-
Method Details
-
putArg
-
putArgs
-
removeArg
-
clearArgs
public void clearArgs() -
actionPerformed
-