|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SelectionLayer.MoveDirectionEnum in org.eclipse.nebula.widgets.nattable.columnCategories |
---|
Methods in org.eclipse.nebula.widgets.nattable.columnCategories with parameters of type SelectionLayer.MoveDirectionEnum | |
---|---|
protected List<Integer> |
ChooseColumnsFromCategoriesCommandHandler.getDestinationPositions(SelectionLayer.MoveDirectionEnum direction,
List<List<Integer>> selectedPositions)
Calculates the destination positions taking into account the move direction and single/contiguous selection. |
void |
IColumnCategoriesDialogListener.itemsMoved(SelectionLayer.MoveDirectionEnum direction,
List<Integer> selectedPositions)
|
void |
ChooseColumnsFromCategoriesCommandHandler.itemsMoved(SelectionLayer.MoveDirectionEnum direction,
List<Integer> selectedPositions)
Moves the columns up or down by firing commands on the dialog. |
Uses of SelectionLayer.MoveDirectionEnum in org.eclipse.nebula.widgets.nattable.columnCategories.gui |
---|
Methods in org.eclipse.nebula.widgets.nattable.columnCategories.gui with parameters of type SelectionLayer.MoveDirectionEnum | |
---|---|
protected void |
ColumnCategoriesDialog.fireItemsMoved(SelectionLayer.MoveDirectionEnum direction,
List<Integer> toPositions)
|
Uses of SelectionLayer.MoveDirectionEnum in org.eclipse.nebula.widgets.nattable.columnChooser |
---|
Methods in org.eclipse.nebula.widgets.nattable.columnChooser with parameters of type SelectionLayer.MoveDirectionEnum | |
---|---|
void |
ISelectionTreeListener.itemsMoved(SelectionLayer.MoveDirectionEnum direction,
List<ColumnGroupEntry> selectedColumnGroupEntries,
List<ColumnEntry> movedColumnEntries,
List<List<Integer>> fromPositions,
List<Integer> toPositions)
If columns moved are adjacent to each other, they are grouped together. |
Uses of SelectionLayer.MoveDirectionEnum in org.eclipse.nebula.widgets.nattable.columnChooser.gui |
---|
Methods in org.eclipse.nebula.widgets.nattable.columnChooser.gui with parameters of type SelectionLayer.MoveDirectionEnum | |
---|---|
protected void |
ColumnChooserDialog.fireItemsMoved(SelectionLayer.MoveDirectionEnum direction,
List<ColumnGroupEntry> selectedColumnGroupEntries,
List<ColumnEntry> selectedColumnEntries,
List<List<Integer>> fromPositions,
List<Integer> toPositions)
|
Uses of SelectionLayer.MoveDirectionEnum in org.eclipse.nebula.widgets.nattable.edit |
---|
Methods in org.eclipse.nebula.widgets.nattable.edit with parameters of type SelectionLayer.MoveDirectionEnum | |
---|---|
boolean |
InlineEditHandler.commit(Object canonicalValue,
SelectionLayer.MoveDirectionEnum direction)
|
boolean |
ICellEditHandler.commit(Object canonicalValue,
SelectionLayer.MoveDirectionEnum direction)
Commit the new value and handle the selection in the current NatTable after commit. |
boolean |
DialogEditHandler.commit(Object canonicalValue,
SelectionLayer.MoveDirectionEnum direction)
This implementation will simply store the committed value in this handler. |
Uses of SelectionLayer.MoveDirectionEnum in org.eclipse.nebula.widgets.nattable.edit.editor |
---|
Methods in org.eclipse.nebula.widgets.nattable.edit.editor with parameters of type SelectionLayer.MoveDirectionEnum | |
---|---|
boolean |
ICellEditor.commit(SelectionLayer.MoveDirectionEnum direction)
Commits the current value of this editor. |
boolean |
AbstractCellEditor.commit(SelectionLayer.MoveDirectionEnum direction)
|
boolean |
ICellEditor.commit(SelectionLayer.MoveDirectionEnum direction,
boolean closeAfterCommit)
Commits the current value of this editor. |
boolean |
AbstractCellEditor.commit(SelectionLayer.MoveDirectionEnum direction,
boolean closeAfterCommit)
|
boolean |
ICellEditor.commit(SelectionLayer.MoveDirectionEnum direction,
boolean closeAfterCommit,
boolean skipValidation)
Commits the current value of this editor. |
boolean |
AbstractCellEditor.commit(SelectionLayer.MoveDirectionEnum direction,
boolean closeAfterCommit,
boolean skipValidation)
|
Uses of SelectionLayer.MoveDirectionEnum in org.eclipse.nebula.widgets.nattable.edit.gui |
---|
Methods in org.eclipse.nebula.widgets.nattable.edit.gui with parameters of type SelectionLayer.MoveDirectionEnum | |
---|---|
boolean |
AbstractDialogCellEditor.commit(SelectionLayer.MoveDirectionEnum direction)
|
boolean |
AbstractDialogCellEditor.commit(SelectionLayer.MoveDirectionEnum direction,
boolean closeAfterCommit)
|
boolean |
AbstractDialogCellEditor.commit(SelectionLayer.MoveDirectionEnum direction,
boolean closeAfterCommit,
boolean skipValidation)
|
Uses of SelectionLayer.MoveDirectionEnum in org.eclipse.nebula.widgets.nattable.filterrow.combobox |
---|
Methods in org.eclipse.nebula.widgets.nattable.filterrow.combobox with parameters of type SelectionLayer.MoveDirectionEnum | |
---|---|
boolean |
FilterRowComboBoxCellEditor.commit(SelectionLayer.MoveDirectionEnum direction,
boolean closeAfterCommit)
|
Uses of SelectionLayer.MoveDirectionEnum in org.eclipse.nebula.widgets.nattable.group |
---|
Methods in org.eclipse.nebula.widgets.nattable.group that return SelectionLayer.MoveDirectionEnum | |
---|---|
static SelectionLayer.MoveDirectionEnum |
ColumnGroupUtils.getMoveDirection(int fromColumnPosition,
int toColumnPosition)
|
Uses of SelectionLayer.MoveDirectionEnum in org.eclipse.nebula.widgets.nattable.selection |
---|
Methods in org.eclipse.nebula.widgets.nattable.selection that return SelectionLayer.MoveDirectionEnum | |
---|---|
static SelectionLayer.MoveDirectionEnum |
SelectionLayer.MoveDirectionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SelectionLayer.MoveDirectionEnum[] |
SelectionLayer.MoveDirectionEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.eclipse.nebula.widgets.nattable.selection with parameters of type SelectionLayer.MoveDirectionEnum | |
---|---|
protected void |
MoveSelectionCommandHandler.moveSelection(SelectionLayer.MoveDirectionEnum moveDirection,
ITraversalStrategy traversalStrategy,
boolean withShiftMask,
boolean withControlMask)
Moves the selection from the current position into the given move direction. |
Uses of SelectionLayer.MoveDirectionEnum in org.eclipse.nebula.widgets.nattable.selection.action |
---|
Methods in org.eclipse.nebula.widgets.nattable.selection.action that return SelectionLayer.MoveDirectionEnum | |
---|---|
SelectionLayer.MoveDirectionEnum |
AbstractKeySelectAction.getDirection()
|
Constructors in org.eclipse.nebula.widgets.nattable.selection.action with parameters of type SelectionLayer.MoveDirectionEnum | |
---|---|
AbstractKeySelectAction(SelectionLayer.MoveDirectionEnum direction)
|
|
AbstractKeySelectAction(SelectionLayer.MoveDirectionEnum direction,
boolean shiftMask,
boolean ctrlMask)
|
|
MoveSelectionAction(SelectionLayer.MoveDirectionEnum direction)
Create a MoveSelectionAction that executes a MoveSelectionCommand
to move the selection into the given direction by 1. |
|
MoveSelectionAction(SelectionLayer.MoveDirectionEnum direction,
boolean shiftMask,
boolean ctrlMask)
Create a MoveSelectionAction that executes a MoveSelectionCommand
to move the selection into the given direction by 1. |
|
MoveSelectionAction(SelectionLayer.MoveDirectionEnum direction,
ITraversalStrategy traversalStrategy)
Create a MoveSelectionAction that executes a MoveSelectionCommand
to move the selection into the given direction by using the given
ITraversalStrategy . |
|
MoveSelectionAction(SelectionLayer.MoveDirectionEnum direction,
ITraversalStrategy traversalStrategy,
boolean shiftMask,
boolean ctrlMask)
Create a MoveSelectionAction that executes a MoveSelectionCommand
to move the selection into the given direction by using the given
ITraversalStrategy . |
Uses of SelectionLayer.MoveDirectionEnum in org.eclipse.nebula.widgets.nattable.selection.command |
---|
Methods in org.eclipse.nebula.widgets.nattable.selection.command that return SelectionLayer.MoveDirectionEnum | |
---|---|
SelectionLayer.MoveDirectionEnum |
ScrollSelectionCommand.getDirection()
|
SelectionLayer.MoveDirectionEnum |
MoveSelectionCommand.getDirection()
|
Constructors in org.eclipse.nebula.widgets.nattable.selection.command with parameters of type SelectionLayer.MoveDirectionEnum | |
---|---|
MoveSelectionCommand(SelectionLayer.MoveDirectionEnum direction,
boolean shiftMask,
boolean controlMask)
Creates a MoveSelectionCommand that doesn't specify a step count
nor an ITraversalStrategy . |
|
MoveSelectionCommand(SelectionLayer.MoveDirectionEnum direction,
Integer stepSize,
boolean shiftMask,
boolean controlMask)
Creates a MoveSelectionCommand that specifies the number of steps
to move directly. |
|
MoveSelectionCommand(SelectionLayer.MoveDirectionEnum direction,
ITraversalStrategy traversalStrategy,
boolean shiftMask,
boolean controlMask)
|
|
ScrollSelectionCommand(SelectionLayer.MoveDirectionEnum direction,
boolean shiftMask,
boolean controlMask)
|
Uses of SelectionLayer.MoveDirectionEnum in org.eclipse.nebula.widgets.nattable.test.fixture.command |
---|
Fields in org.eclipse.nebula.widgets.nattable.test.fixture.command declared as SelectionLayer.MoveDirectionEnum | |
---|---|
static SelectionLayer.MoveDirectionEnum |
ScrollSelectionCommandFixture.DEFAULT_DIRECTION
|
Constructors in org.eclipse.nebula.widgets.nattable.test.fixture.command with parameters of type SelectionLayer.MoveDirectionEnum | |
---|---|
ScrollSelectionCommandFixture(SelectionLayer.MoveDirectionEnum direction)
|
Uses of SelectionLayer.MoveDirectionEnum in org.eclipse.nebula.widgets.nattable.viewport |
---|
Methods in org.eclipse.nebula.widgets.nattable.viewport with parameters of type SelectionLayer.MoveDirectionEnum | |
---|---|
void |
ViewportLayer.drag(SelectionLayer.MoveDirectionEnum horizontal,
SelectionLayer.MoveDirectionEnum vertical)
Used to scroll in the given direction on drag operations outside the visible region. |
Uses of SelectionLayer.MoveDirectionEnum in org.eclipse.nebula.widgets.nattable.viewport.command |
---|
Methods in org.eclipse.nebula.widgets.nattable.viewport.command that return SelectionLayer.MoveDirectionEnum | |
---|---|
SelectionLayer.MoveDirectionEnum |
ViewportDragCommand.getHorizontal()
|
SelectionLayer.MoveDirectionEnum |
ViewportDragCommand.getVertical()
|
Constructors in org.eclipse.nebula.widgets.nattable.viewport.command with parameters of type SelectionLayer.MoveDirectionEnum | |
---|---|
ViewportDragCommand(SelectionLayer.MoveDirectionEnum horizontal,
SelectionLayer.MoveDirectionEnum vertical)
Create a ViewportDragCommand that transports the scroll directions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |