com.im.ijc.core.api.actions
Class SortAscAction
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.AbstractIJCWidgetCookieAction
com.im.ijc.core.api.actions.AbstractFieldSelectionAwareAction
com.im.ijc.core.api.actions.AbstractBrowseFieldSelectionAwareAction
com.im.ijc.core.api.actions.SortAscAction
- All Implemented Interfaces:
- ActionListener, Externalizable, Serializable, EventListener, Action, Presenter, Presenter.Menu, Presenter.Popup, Presenter.Toolbar, ContextAwareAction, HelpCtx.Provider
public class SortAscAction
- extends AbstractBrowseFieldSelectionAwareAction
Action for ascending sort.
- 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 |
asynchronous, enable, enableOnlyInBrowseMode, enableWhenNoResultSet, enableWhenNotBound, findVS, findWidget, getHelpCtx, getSelectedIds, getSelectedIdsSafely, getSelectedIdsSafely, getSelection, updateEnabledState |
| Methods inherited from class org.openide.util.SharedClassObject |
addPropertyChangeListener, equals, finalize, findObject, findObject, firePropertyChange, getLock, getProperty, hashCode, putProperty, putProperty, readExternal, removePropertyChangeListener, reset, writeExternal, writeReplace |
SortAscAction
public SortAscAction()
getName
public String getName()
- Specified by:
getName in class SystemAction
performAction
protected void performAction(Node[] activatedNodes)
- Specified by:
performAction in class NodeAction
iconResource
protected String iconResource()
- Overrides:
iconResource in class SystemAction
enableWhenNoRows
protected boolean enableWhenNoRows()
- Overrides:
enableWhenNoRows in class AbstractIJCAction
enableAccordingToCurrentSelection
protected boolean enableAccordingToCurrentSelection(IJCWidget widget)
- Overrides:
enableAccordingToCurrentSelection in class AbstractBrowseFieldSelectionAwareAction