Package kiyut.citra.actions
Class AbstractCallableSystemAction
- java.lang.Object
-
- org.openide.util.SharedClassObject
-
- org.openide.util.actions.SystemAction
-
- org.openide.util.actions.CallableSystemAction
-
- kiyut.citra.actions.AbstractCallableSystemAction
-
- All Implemented Interfaces:
ActionListener,Externalizable,Serializable,EventListener,Action,org.openide.util.actions.Presenter,org.openide.util.actions.Presenter.Menu,org.openide.util.actions.Presenter.Popup,org.openide.util.actions.Presenter.Toolbar,org.openide.util.HelpCtx.Provider
- Direct Known Subclasses:
ApplyAction,DiscardAction,InvertSelectionAction,MRUFilesAction,OpenAction,RevertAction,SaveAsAction,SaveCopyAction
public abstract class AbstractCallableSystemAction extends org.openide.util.actions.CallableSystemActionAbstractCallableSystemAction to provide empty implementation methods- Author:
- Kiyut
- See Also:
- Serialized Form
-
-
Field Summary
-
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
Constructors Constructor Description AbstractCallableSystemAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanasynchronous()Overidden to return false which means the performAction will always be called from the AWT event dispatch threadorg.openide.util.HelpCtxgetHelpCtx()Overidden to return HelpCtx.DEFAULT_HELPprotected StringiconResource()-
Methods inherited from class org.openide.util.actions.CallableSystemAction
actionPerformed, getMenuPresenter, getPopupPresenter, getToolbarPresenter, performAction
-
Methods inherited from class org.openide.util.actions.SystemAction
clearSharedData, createPopupMenu, createToolbarPresenter, get, getIcon, getIcon, getName, getValue, initialize, isEnabled, linkActions, putValue, setEnabled, setIcon
-
Methods inherited from class org.openide.util.SharedClassObject
addNotify, addPropertyChangeListener, equals, finalize, findObject, findObject, firePropertyChange, getLock, getProperty, hashCode, putProperty, putProperty, readExternal, removeNotify, removePropertyChangeListener, reset, writeExternal, writeReplace
-
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.swing.Action
accept, addPropertyChangeListener, removePropertyChangeListener
-
-
-
-
Method Detail
-
getHelpCtx
public org.openide.util.HelpCtx getHelpCtx()
Overidden to return HelpCtx.DEFAULT_HELP- Specified by:
getHelpCtxin interfaceorg.openide.util.HelpCtx.Provider- Specified by:
getHelpCtxin classorg.openide.util.actions.SystemAction
-
asynchronous
protected boolean asynchronous()
Overidden to return false which means the performAction will always be called from the AWT event dispatch thread- Overrides:
asynchronousin classorg.openide.util.actions.CallableSystemAction
-
iconResource
protected String iconResource()
- Overrides:
iconResourcein classorg.openide.util.actions.SystemAction
-
-