Class AbstractCallableSystemAction

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.openide.util.actions.Presenter

        org.openide.util.actions.Presenter.Menu, org.openide.util.actions.Presenter.Popup, org.openide.util.actions.Presenter.Toolbar
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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()  
      • 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
    • Constructor Detail

      • AbstractCallableSystemAction

        public AbstractCallableSystemAction()
    • Method Detail

      • getHelpCtx

        public org.openide.util.HelpCtx getHelpCtx()
        Overidden to return HelpCtx.DEFAULT_HELP
        Specified by:
        getHelpCtx in interface org.openide.util.HelpCtx.Provider
        Specified by:
        getHelpCtx in class org.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:
        asynchronous in class org.openide.util.actions.CallableSystemAction
      • iconResource

        protected String iconResource()
        Overrides:
        iconResource in class org.openide.util.actions.SystemAction