Class AbstractSecurityAction

  • All Implemented Interfaces:
    java.awt.event.ActionListener, java.io.Externalizable, java.io.Serializable, java.util.EventListener, javax.swing.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.ContextAwareAction, org.openide.util.HelpCtx.Provider
    Direct Known Subclasses:
    ConfigureSecurityAction, UpdatePasswordAction

    public abstract class AbstractSecurityAction
    extends AbstractToolbarCookieAction
    See Also:
    Serialized Form
    • 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
    • Field Summary

      • Fields inherited from class org.openide.util.actions.CookieAction

        MODE_ALL, MODE_ANY, MODE_EXACTLY_ONE, MODE_ONE, MODE_SOME
      • Fields inherited from class org.openide.util.actions.SystemAction

        PROP_ENABLED, PROP_ICON
      • 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
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static <T extends com.im.df.api.ddl.DFCapability>
      T
      findSchemaCapability​(org.openide.nodes.Node[] activatedNodes, java.lang.Class<T> capabilityClass)  
      • Methods inherited from class org.openide.util.actions.CookieAction

        cookieClasses, createContextAwareInstance, enable, mode
      • Methods inherited from class org.openide.util.actions.NodeAction

        actionPerformed, addNotify, getActivatedNodes, initialize, isEnabled, performAction, performAction, removeNotify, setEnabled, surviveFocusChange
      • Methods inherited from class org.openide.util.actions.CallableSystemAction

        asynchronous, getMenuPresenter, getPopupPresenter
      • Methods inherited from class org.openide.util.actions.SystemAction

        clearSharedData, createPopupMenu, createToolbarPresenter, get, getHelpCtx, getIcon, getIcon, getName, getValue, iconResource, linkActions, putValue, setIcon
      • Methods inherited from class org.openide.util.SharedClassObject

        addPropertyChangeListener, equals, finalize, findObject, findObject, firePropertyChange, getLock, getProperty, hashCode, putProperty, putProperty, readExternal, 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, getValue, putValue, removePropertyChangeListener
    • Constructor Detail

      • AbstractSecurityAction

        public AbstractSecurityAction()
    • Method Detail

      • findSchemaCapability

        protected static <T extends com.im.df.api.ddl.DFCapability> T findSchemaCapability​(org.openide.nodes.Node[] activatedNodes,
                                                                                           java.lang.Class<T> capabilityClass)