public class MoveRowDownAction extends AbstractMoveRowAction
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTION_ID
The ID of this action.
|
static String |
DEFAULT_KEYBINDING
The default key binding of this action.
|
| Constructor and Description |
|---|
MoveRowDownAction(TableRendererViewerActionContext actionContext)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canExecute()
Verify that this action can be executed given the current action context.
|
void |
execute()
Execute the action.
|
String |
getId()
Return the ID for this action.
|
getContainments, sortSelectionBasedOnIndexgetActionContext, getVTableControl, isTableDisabledgetEditingDomainForContainment, getNumberOfVisibleRows, getTableViewer, isLowerBoundReached, isOrdered, isUpperBoundReached, isViewerSelectionInvalidpublic static final String ACTION_ID
public static final String DEFAULT_KEYBINDING
public MoveRowDownAction(TableRendererViewerActionContext actionContext)
actionContext - the ViewerActionContextpublic String getId()
Actionpublic void execute()
Actionpublic boolean canExecute()
ActioncanExecute in interface ActioncanExecute in class AbstractMoveRowActionCopyright © 2020. All rights reserved.