com.im.ijc.core.api.actions
Class AbstractGotoAction
java.lang.Object
org.openide.util.SharedClassObject
org.openide.util.actions.SystemAction
org.openide.util.actions.CallableSystemAction
org.openide.util.actions.NodeAction
org.openide.util.actions.CookieAction
com.im.ijc.core.api.actions.AbstractToolbarCookieAction
com.im.ijc.core.api.actions.AbstractIJCAction
com.im.ijc.core.api.actions.AbstractVertexStateCookieAction
com.im.ijc.core.api.actions.AbstractBrowseVertexStateCookieAction
com.im.ijc.core.api.actions.AbstractGotoAction
- All Implemented Interfaces:
- ActionListener, Externalizable, Serializable, EventListener, Action, Presenter, Presenter.Menu, Presenter.Popup, Presenter.Toolbar, ContextAwareAction, HelpCtx.Provider
- Direct Known Subclasses:
- GotoFirstRowAction, GotoLastRowAction, GotoNextRowAction, GotoPrevRowAction
public abstract class AbstractGotoAction
- extends AbstractBrowseVertexStateCookieAction
- See Also:
- Serialized Form
| 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 |
| Methods inherited from class com.im.ijc.core.api.actions.AbstractIJCAction |
addListenerTo, asynchronous, cookieClasses, enable, enableWhenNoResultSet, enableWhenNoRows, enableWhenNotBound, findVS, findWidget, getHelpCtx, getSelectedIds, getSelectedIdsSafely, getSelectedIdsSafely, getSelection, mode, removeListenerFrom, updateEnabledState |
| 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 |
AbstractGotoAction
public AbstractGotoAction(boolean alwaysEnabledForNonEmptyResultSet)
isRootVertex
public boolean isRootVertex()
isEventInteresting
protected boolean isEventInteresting(PropertyChangeEvent evt)
- Overrides:
isEventInteresting in class AbstractIJCAction
performAction
public void performAction(Node[] activatedNodes)
- Specified by:
performAction in class NodeAction
getDelta
protected abstract int getDelta()
enableAccordingToCurrentState
protected boolean enableAccordingToCurrentState(DFResultSet.VertexState vertexState)
- Overrides:
enableAccordingToCurrentState in class AbstractVertexStateCookieAction