Class TabbedDetailLayout.ControlIds

java.lang.Object
is.codion.swing.framework.ui.TabbedDetailLayout.ControlIds
Enclosing class:
TabbedDetailLayout

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

    • RESIZE_RIGHT

      public static final ControlId<CommandControl> RESIZE_RIGHT
      Resizes the detail panel to the right.
      Default key stroke: SHIFT-ALT-RIGHT ARROW
    • RESIZE_LEFT

      public static final ControlId<CommandControl> RESIZE_LEFT
      Resizes the detail panel to the left.
      Default key stroke: SHIFT-ALT-LEFT ARROW
    • COLLAPSE

      public static final ControlId<CommandControl> COLLAPSE
      Collapses the detail panel all the way to the right, hiding it.
      Default key stroke: SHIFT-CTRL-ALT RIGHT ARROW
    • EXPAND

      public static final ControlId<CommandControl> EXPAND
      Expands the detail panel all the way to the left, hiding the parent.
      Default key stroke: SHIFT-CTRL-ALT LEFT ARROW