Module is.codion.swing.common.ui
Class FilterTable.ControlKeys
java.lang.Object
is.codion.swing.common.ui.component.table.FilterTable.ControlKeys
- Enclosing class:
FilterTable<R,C>
The controls.
Note: CTRL in key stroke descriptions represents the platform menu shortcut key (CTRL on Windows/Linux, ⌘ on macOS).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ControlKey<CommandControl> Copy the selected cell contents to the clipboard.
Default key stroke: CTRL-ALT-Cstatic final ControlKey<CommandControl> Decreases the size of the selected column.
Default key stroke: CTRL-SUBTRACTstatic final ControlKey<CommandControl> Increases the size of the selected column.
Default key stroke: CTRL-ADDstatic final ControlKey<CommandControl> Moves the selected column to the left.
Default key stroke: CTRL-SHIFT-LEFTstatic final ControlKey<CommandControl> Moves the selected column to the right.
Default key stroke: CTRL-SHIFT-RIGHTstatic final ControlKey<CommandControl> Toggles the sort on the selected column fromSortOrder.ASCENDINGtoSortOrder.DESCENDINGtoSortOrder.UNSORTED.
Default key stroke: ALT-DOWN ARROWstatic final ControlKey<CommandControl> Toggles the sort on the selected column fromSortOrder.ASCENDINGtoSortOrder.DESCENDINGtoSortOrder.UNSORTED, adding it to any already sorted columns.
Default key stroke: SHIFT-ALT-DOWN ARROWstatic final ControlKey<CommandControl> Toggles the sort on the selected column fromSortOrder.ASCENDINGtoSortOrder.UNSORTEDtoSortOrder.DESCENDING.
Default key stroke: ALT-UP ARROWstatic final ControlKey<CommandControl> Toggles the sort on the selected column fromSortOrder.ASCENDINGtoSortOrder.UNSORTEDtoSortOrder.DESCENDING, adding it to any already sorted columns.
Default key stroke: SHIFT-ALT-UP ARROW -
Method Summary
-
Field Details
-
MOVE_COLUMN_LEFT
Moves the selected column to the left.
Default key stroke: CTRL-SHIFT-LEFT -
MOVE_COLUMN_RIGHT
Moves the selected column to the right.
Default key stroke: CTRL-SHIFT-RIGHT -
DECREASE_COLUMN_SIZE
Decreases the size of the selected column.
Default key stroke: CTRL-SUBTRACT -
INCREASE_COLUMN_SIZE
Increases the size of the selected column.
Default key stroke: CTRL-ADD -
COPY_CELL
Copy the selected cell contents to the clipboard.
Default key stroke: CTRL-ALT-C -
TOGGLE_NEXT_SORT_ORDER
Toggles the sort on the selected column fromSortOrder.ASCENDINGtoSortOrder.DESCENDINGtoSortOrder.UNSORTED.
Default key stroke: ALT-DOWN ARROW -
TOGGLE_PREVIOUS_SORT_ORDER
Toggles the sort on the selected column fromSortOrder.ASCENDINGtoSortOrder.UNSORTEDtoSortOrder.DESCENDING.
Default key stroke: ALT-UP ARROW -
TOGGLE_NEXT_SORT_ORDER_ADD
Toggles the sort on the selected column fromSortOrder.ASCENDINGtoSortOrder.DESCENDINGtoSortOrder.UNSORTED, adding it to any already sorted columns.
Default key stroke: SHIFT-ALT-DOWN ARROW -
TOGGLE_PREVIOUS_SORT_ORDER_ADD
Toggles the sort on the selected column fromSortOrder.ASCENDINGtoSortOrder.UNSORTEDtoSortOrder.DESCENDING, adding it to any already sorted columns.
Default key stroke: SHIFT-ALT-UP ARROW
-