public abstract class AbstractCallableSystemAction
extends org.openide.util.actions.CallableSystemAction
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 and Description |
|---|
AbstractCallableSystemAction() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
asynchronous()
Overidden to return false which means the performAction will always be
called from the AWT event dispatch thread
|
org.openide.util.HelpCtx |
getHelpCtx()
Overidden to return HelpCtx.DEFAULT_HELP
|
protected String |
iconResource() |
actionPerformed, getMenuPresenter, getPopupPresenter, getToolbarPresenter, performActionclearSharedData, createPopupMenu, createToolbarPresenter, get, getIcon, getIcon, getName, getValue, initialize, isEnabled, linkActions, putValue, setEnabled, setIconaddNotify, addPropertyChangeListener, equals, finalize, findObject, findObject, firePropertyChange, getLock, getProperty, hashCode, putProperty, putProperty, readExternal, removeNotify, removePropertyChangeListener, reset, writeExternal, writeReplaceclone, getClass, notify, notifyAll, toString, wait, wait, waitaddPropertyChangeListener, removePropertyChangeListenerpublic org.openide.util.HelpCtx getHelpCtx()
getHelpCtx in interface org.openide.util.HelpCtx.ProvidergetHelpCtx in class org.openide.util.actions.SystemActionprotected boolean asynchronous()
asynchronous in class org.openide.util.actions.CallableSystemActionprotected String iconResource()
iconResource in class org.openide.util.actions.SystemAction