com.im.ijc.core/1 5.9.4

com.im.ijc.core.api.actions
Class AbstractIJCWidgetCookieAction

java.lang.Object
  extended by org.openide.util.SharedClassObject
      extended by org.openide.util.actions.SystemAction
          extended by org.openide.util.actions.CallableSystemAction
              extended by org.openide.util.actions.NodeAction
                  extended by org.openide.util.actions.CookieAction
                      extended by com.im.ijc.core.api.actions.AbstractToolbarCookieAction
                          extended by com.im.ijc.core.api.actions.AbstractIJCAction
                              extended by com.im.ijc.core.api.actions.AbstractIJCWidgetCookieAction
All Implemented Interfaces:
ActionListener, Externalizable, Serializable, EventListener, Action, Presenter, Presenter.Menu, Presenter.Popup, Presenter.Toolbar, ContextAwareAction, HelpCtx.Provider
Direct Known Subclasses:
AbstractFieldSelectionAwareAction, BindFieldToWidgetAction, CreateRGroupTableAction, MarkushEnumAction, ReloadWidgetURLAction, RGroupDecompositionAction, ShowRGroupAction

public abstract class AbstractIJCWidgetCookieAction
extends AbstractIJCAction

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.im.ijc.core.api.actions.AbstractToolbarCookieAction
AbstractToolbarCookieAction.ToolBarAction
 
Nested classes/interfaces inherited from interface org.openide.util.actions.Presenter
Presenter.Menu, Presenter.Popup, Presenter.Toolbar
 
Field Summary
 
Fields inherited from class com.im.ijc.core.api.actions.AbstractIJCAction
ALL_ICONS_PREFIX
 
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
 
Constructor Summary
AbstractIJCWidgetCookieAction()
           
 
Method Summary
protected  Class<?>[] cookieClasses()
           
protected  boolean enableAccordingTo(DFResultSet.VertexState vs, IJCWidget widget)
           
protected  boolean enableAccordingToCurrentSelection(IJCWidget widget)
           
protected  boolean enableAccordingToCurrentSelection(IJCWidgetCookie widgetCookie)
          Deprecated. use enableAccordingToCurrentSelection(IJCWidget) instead; this method will be removed in post-5.6 release
protected static IJCWidgetCookie findOVC(Node[] activatedNodes)
          Deprecated. you want to very likely use AbstractIJCAction.findWidget(org.openide.nodes.Node[]) instead. Will be deleted in after-5.6 release.
protected  int mode()
           
 
Methods inherited from class com.im.ijc.core.api.actions.AbstractIJCAction
addListenerTo, asynchronous, enable, enableOnlyInBrowseMode, enableWhenNoResultSet, enableWhenNoRows, enableWhenNotBound, findVS, findWidget, getHelpCtx, getSelectedIds, getSelectedIdsSafely, getSelectedIdsSafely, getSelection, isEventInteresting, removeListenerFrom, updateEnabledState
 
Methods inherited from class com.im.ijc.core.api.actions.AbstractToolbarCookieAction
getToolbarPresenter
 
Methods inherited from class org.openide.util.actions.CookieAction
createContextAwareInstance
 
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
getMenuPresenter, getPopupPresenter
 
Methods inherited from class org.openide.util.actions.SystemAction
clearSharedData, createPopupMenu, createToolbarPresenter, get, 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
addPropertyChangeListener, getValue, putValue, removePropertyChangeListener
 

Constructor Detail

AbstractIJCWidgetCookieAction

public AbstractIJCWidgetCookieAction()
Method Detail

mode

protected int mode()
Overrides:
mode in class AbstractIJCAction

cookieClasses

protected Class<?>[] cookieClasses()
Overrides:
cookieClasses in class AbstractIJCAction

enableAccordingTo

protected final boolean enableAccordingTo(DFResultSet.VertexState vs,
                                          IJCWidget widget)
Overrides:
enableAccordingTo in class AbstractIJCAction

enableAccordingToCurrentSelection

protected boolean enableAccordingToCurrentSelection(IJCWidget widget)

findOVC

protected static IJCWidgetCookie findOVC(Node[] activatedNodes)
Deprecated. you want to very likely use AbstractIJCAction.findWidget(org.openide.nodes.Node[]) instead. Will be deleted in after-5.6 release.


enableAccordingToCurrentSelection

protected boolean enableAccordingToCurrentSelection(IJCWidgetCookie widgetCookie)
Deprecated. use enableAccordingToCurrentSelection(IJCWidget) instead; this method will be removed in post-5.6 release


com.im.ijc.core/1 5.9.4