Uses of Enum Class
org.eclipse.nebula.widgets.nattable.selection.SelectionLayer.MoveDirectionEnum
Packages that use SelectionLayer.MoveDirectionEnum
Package
Description
-
Uses of SelectionLayer.MoveDirectionEnum in org.eclipse.nebula.widgets.nattable.columnCategories
Methods in org.eclipse.nebula.widgets.nattable.columnCategories with parameters of type SelectionLayer.MoveDirectionEnumModifier and TypeMethodDescriptionChooseColumnsFromCategoriesCommandHandler.getDestinationPositions
(SelectionLayer.MoveDirectionEnum direction, List<List<Integer>> selectedPositions) Calculates the destination positions taking into account the move direction and single/contiguous selection.void
ChooseColumnsFromCategoriesCommandHandler.itemsMoved
(SelectionLayer.MoveDirectionEnum direction, List<Integer> selectedPositions) Moves the columns up or down by firing commands on the dialog.void
IColumnCategoriesDialogListener.itemsMoved
(SelectionLayer.MoveDirectionEnum direction, List<Integer> selectedPositions) -
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.MoveDirectionEnumModifier and TypeMethodDescriptionprotected final 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.MoveDirectionEnumModifier and TypeMethodDescriptionvoid
ISelectionTreeListener.itemsMoved
(SelectionLayer.MoveDirectionEnum direction, List<ColumnGroupEntry> selectedColumnGroupEntries, List<ColumnEntry> movedColumnEntries, List<List<Integer>> fromPositions, List<Integer> toPositions) -
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.MoveDirectionEnumModifier and TypeMethodDescriptionprotected final 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.coordinate
Methods in org.eclipse.nebula.widgets.nattable.coordinate that return SelectionLayer.MoveDirectionEnumModifier and TypeMethodDescriptionPositionUtil.getHorizontalMoveDirection
(int fromPosition, int toPosition) Calculates the horizontal move direction based on the from and to column position.PositionUtil.getVerticalMoveDirection
(int fromRowPosition, int toRowPosition) Calculates the vertical move direction based on the from and to row position. -
Uses of SelectionLayer.MoveDirectionEnum in org.eclipse.nebula.widgets.nattable.copy.action
Constructors in org.eclipse.nebula.widgets.nattable.copy.action with parameters of type SelectionLayer.MoveDirectionEnumModifierConstructorDescriptionPasteOrMoveSelectionAction
(InternalCellClipboard clipboard, SelectionLayer.MoveDirectionEnum direction) Creates the action with the givenSelectionLayer.MoveDirectionEnum
. -
Uses of SelectionLayer.MoveDirectionEnum in org.eclipse.nebula.widgets.nattable.edit
Methods in org.eclipse.nebula.widgets.nattable.edit with parameters of type SelectionLayer.MoveDirectionEnumModifier and TypeMethodDescriptionboolean
DialogEditHandler.commit
(Object canonicalValue, SelectionLayer.MoveDirectionEnum direction) This implementation will simply store the committed value in this handler.boolean
ICellEditHandler.commit
(Object canonicalValue, SelectionLayer.MoveDirectionEnum direction) Commit the new value and handle the selection in the current NatTable after commit.boolean
InlineEditHandler.commit
(Object canonicalValue, SelectionLayer.MoveDirectionEnum direction) -
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.MoveDirectionEnumModifier and TypeMethodDescriptionboolean
AbstractCellEditor.commit
(SelectionLayer.MoveDirectionEnum direction) boolean
AbstractCellEditor.commit
(SelectionLayer.MoveDirectionEnum direction, boolean closeAfterCommit) boolean
AbstractCellEditor.commit
(SelectionLayer.MoveDirectionEnum direction, boolean closeAfterCommit, boolean skipValidation) boolean
ICellEditor.commit
(SelectionLayer.MoveDirectionEnum direction) Commits the current value of this editor.boolean
ICellEditor.commit
(SelectionLayer.MoveDirectionEnum direction, boolean closeAfterCommit) Commits the current value of this editor.boolean
ICellEditor.commit
(SelectionLayer.MoveDirectionEnum direction, boolean closeAfterCommit, boolean skipValidation) Commits the current value of this editor.boolean
TableCellEditor.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.MoveDirectionEnumModifier and TypeMethodDescriptionboolean
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.fillhandle.action
Fields in org.eclipse.nebula.widgets.nattable.fillhandle.action declared as SelectionLayer.MoveDirectionEnumModifier and TypeFieldDescriptionprotected SelectionLayer.MoveDirectionEnum
FillHandleDragMode.direction
Methods in org.eclipse.nebula.widgets.nattable.fillhandle.action with parameters of type SelectionLayer.MoveDirectionEnumModifier and TypeMethodDescriptionprotected void
FillHandleDragMode.performDragAction
(NatTable natTable, int x, int y, SelectionLayer.MoveDirectionEnum horizontal, SelectionLayer.MoveDirectionEnum vertical) -
Uses of SelectionLayer.MoveDirectionEnum in org.eclipse.nebula.widgets.nattable.fillhandle.command
Fields in org.eclipse.nebula.widgets.nattable.fillhandle.command declared as SelectionLayer.MoveDirectionEnumModifier and TypeFieldDescriptionFillHandlePasteCommand.direction
The direction in which the fill handle was dragged.Constructors in org.eclipse.nebula.widgets.nattable.fillhandle.command with parameters of type SelectionLayer.MoveDirectionEnumModifierConstructorDescriptionFillHandlePasteCommand
(FillHandlePasteCommand.FillHandleOperation operation, SelectionLayer.MoveDirectionEnum direction, IConfigRegistry configRegistry) Create a FillHandlePasteCommand. -
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.MoveDirectionEnumModifier and TypeMethodDescriptionboolean
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.MoveDirectionEnumModifier and TypeMethodDescriptionColumnGroupUtils.getMoveDirection
(int fromColumnPosition, int toColumnPosition) Calculates the move direction based on the from and to position.Methods in org.eclipse.nebula.widgets.nattable.group with parameters of type SelectionLayer.MoveDirectionEnumModifier and TypeMethodDescriptionstatic boolean
ColumnGroupUtils.isBetweenTwoGroups
(ColumnGroupHeaderLayer columnGroupHeaderLayer, int toPosition, boolean reorderToLeftEdge, SelectionLayer.MoveDirectionEnum moveDirection) Checks if the edge of a column position is the left-most or the right most column on any level of a column group.static boolean
ColumnGroupUtils.isBetweenTwoGroups
(ColumnGroupHeaderLayer columnGroupHeaderLayer, int level, int toPosition, boolean reorderToLeftEdge, SelectionLayer.MoveDirectionEnum moveDirection) Checks if the edge of a column position for a specific grouping level is the left-most or the right most column of a column group.static boolean
RowGroupUtils.isBetweenTwoGroups
(RowGroupHeaderLayer rowGroupHeaderLayer, int toPosition, boolean reorderToTopEdge, SelectionLayer.MoveDirectionEnum moveDirection) Checks if the edge of a row position is the top-most or the bottom most row on any level of a row group.static boolean
RowGroupUtils.isBetweenTwoGroups
(RowGroupHeaderLayer rowGroupHeaderLayer, int level, int toPosition, boolean reorderToTopEdge, SelectionLayer.MoveDirectionEnum moveDirection) Checks if the edge of a row position for a specific grouping level is the top-most or the bottom most row of a row group. -
Uses of SelectionLayer.MoveDirectionEnum in org.eclipse.nebula.widgets.nattable.selection
Methods in org.eclipse.nebula.widgets.nattable.selection that return SelectionLayer.MoveDirectionEnumModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SelectionLayer.MoveDirectionEnum[]
SelectionLayer.MoveDirectionEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.nebula.widgets.nattable.selection with parameters of type SelectionLayer.MoveDirectionEnumModifier and TypeMethodDescriptionprotected 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.MoveDirectionEnumMethods in org.eclipse.nebula.widgets.nattable.selection.action with parameters of type SelectionLayer.MoveDirectionEnumModifier and TypeMethodDescriptionprotected void
CellSelectionDragMode.performDragAction
(NatTable natTable, int x, int y, SelectionLayer.MoveDirectionEnum horizontal, SelectionLayer.MoveDirectionEnum vertical) Constructors in org.eclipse.nebula.widgets.nattable.selection.action with parameters of type SelectionLayer.MoveDirectionEnumModifierConstructorDescriptionAbstractKeySelectAction
(SelectionLayer.MoveDirectionEnum direction, boolean shiftMask, boolean ctrlMask) Create a MoveSelectionAction that executes aMoveSelectionCommand
to move the selection into the given direction by 1.MoveSelectionAction
(SelectionLayer.MoveDirectionEnum direction, boolean shiftMask, boolean ctrlMask) Create a MoveSelectionAction that executes aMoveSelectionCommand
to move the selection into the given direction by 1.MoveSelectionAction
(SelectionLayer.MoveDirectionEnum direction, ITraversalStrategy traversalStrategy) Create a MoveSelectionAction that executes aMoveSelectionCommand
to move the selection into the given direction by using the givenITraversalStrategy
.MoveSelectionAction
(SelectionLayer.MoveDirectionEnum direction, ITraversalStrategy traversalStrategy, boolean shiftMask, boolean ctrlMask) Create a MoveSelectionAction that executes aMoveSelectionCommand
to move the selection into the given direction by using the givenITraversalStrategy
. -
Uses of SelectionLayer.MoveDirectionEnum in org.eclipse.nebula.widgets.nattable.selection.command
Methods in org.eclipse.nebula.widgets.nattable.selection.command that return SelectionLayer.MoveDirectionEnumModifier and TypeMethodDescriptionMoveSelectionCommand.getDirection()
ScrollSelectionCommand.getDirection()
Constructors in org.eclipse.nebula.widgets.nattable.selection.command with parameters of type SelectionLayer.MoveDirectionEnumModifierConstructorDescriptionMoveSelectionCommand
(SelectionLayer.MoveDirectionEnum direction, boolean shiftMask, boolean controlMask) Creates aMoveSelectionCommand
that doesn't specify a step count nor anITraversalStrategy
.MoveSelectionCommand
(SelectionLayer.MoveDirectionEnum direction, Integer stepSize, boolean shiftMask, boolean controlMask) Creates aMoveSelectionCommand
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.MoveDirectionEnumModifier and TypeFieldDescriptionstatic final SelectionLayer.MoveDirectionEnum
ScrollSelectionCommandFixture.DEFAULT_DIRECTION
Constructors in org.eclipse.nebula.widgets.nattable.test.fixture.command with parameters of type SelectionLayer.MoveDirectionEnumModifierConstructorDescription -
Uses of SelectionLayer.MoveDirectionEnum in org.eclipse.nebula.widgets.nattable.viewport
Methods in org.eclipse.nebula.widgets.nattable.viewport with parameters of type SelectionLayer.MoveDirectionEnumModifier and TypeMethodDescriptionvoid
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.action
Methods in org.eclipse.nebula.widgets.nattable.viewport.action with parameters of type SelectionLayer.MoveDirectionEnumModifier and TypeMethodDescriptionprotected void
AutoScrollDragMode.performDragAction
(NatTable natTable, int x, int y, SelectionLayer.MoveDirectionEnum horizontal, SelectionLayer.MoveDirectionEnum vertical) Constructors in org.eclipse.nebula.widgets.nattable.viewport.action with parameters of type SelectionLayer.MoveDirectionEnumModifierConstructorDescriptionAutoScrollRunnable
(NatTable natTable, int x, int y, SelectionLayer.MoveDirectionEnum horizontal, SelectionLayer.MoveDirectionEnum vertical) -
Uses of SelectionLayer.MoveDirectionEnum in org.eclipse.nebula.widgets.nattable.viewport.command
Methods in org.eclipse.nebula.widgets.nattable.viewport.command that return SelectionLayer.MoveDirectionEnumModifier and TypeMethodDescriptionViewportDragCommand.getHorizontal()
ViewportDragCommand.getVertical()
Constructors in org.eclipse.nebula.widgets.nattable.viewport.command with parameters of type SelectionLayer.MoveDirectionEnumModifierConstructorDescriptionViewportDragCommand
(SelectionLayer.MoveDirectionEnum horizontal, SelectionLayer.MoveDirectionEnum vertical) Create a ViewportDragCommand that transports the scroll directions.