Class FilterTable.ControlIds

java.lang.Object
is.codion.swing.common.ui.component.table.FilterTable.ControlIds
Enclosing class:
FilterTable<R,C>

public static final class FilterTable.ControlIds extends Object
The controls.
  • Field Details

    • MOVE_COLUMN_LEFT

      public static final ControlId<CommandControl> MOVE_COLUMN_LEFT
      Moves the selected column to the left.
      Default key stroke: CTRL-SHIFT-LEFT
    • MOVE_COLUMN_RIGHT

      public static final ControlId<CommandControl> MOVE_COLUMN_RIGHT
      Moves the selected column to the right.
      Default key stroke: CTRL-SHIFT-RIGHT
    • DECREASE_COLUMN_SIZE

      public static final ControlId<CommandControl> DECREASE_COLUMN_SIZE
      Decreases the size of the selected column.
      Default key stroke: CTRL-SUBTRACT
    • INCREASE_COLUMN_SIZE

      public static final ControlId<CommandControl> INCREASE_COLUMN_SIZE
      Increases the size of the selected column.
      Default key stroke: CTRL-ADD
    • COPY_CELL

      public static final ControlId<CommandControl> COPY_CELL
      Copy the selected cell contents to the clipboard.
      Default key stroke: CTRL-ALT-C
    • TOGGLE_SORT_COLUMN

      public static final ControlId<CommandControl> TOGGLE_SORT_COLUMN
      Toggles the sort on the selected column.
      Default key stroke: ALT-DOWN ARROW
    • TOGGLE_SORT_COLUMN_ADD

      public static final ControlId<CommandControl> TOGGLE_SORT_COLUMN_ADD
      Toggles the sort on the selected column adding it to any already sorted columns.
      Default key stroke: ALT-UP ARROW