Class TabbedDetailLayout.ControlKeys

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

public static final class TabbedDetailLayout.ControlKeys extends Object
The controls.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.CommandControl>
    Collapses the detail panel all the way to the right, hiding it.
    Default key stroke: SHIFT-CTRL-ALT RIGHT ARROW
    static final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.CommandControl>
    Expands the detail panel all the way to the left, hiding the parent.
    Default key stroke: SHIFT-CTRL-ALT LEFT ARROW
    static final is.codion.swing.common.ui.control.ControlKeyStrokes
    The default keyboard shortcut keyStrokes.
    static final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.CommandControl>
    Resizes the detail panel to the left.
    Default key stroke: SHIFT-ALT-LEFT ARROW
    static final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.CommandControl>
    Resizes the detail panel to the right.
    Default key stroke: SHIFT-ALT-RIGHT ARROW
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • RESIZE_RIGHT

      public static final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.CommandControl> RESIZE_RIGHT
      Resizes the detail panel to the right.
      Default key stroke: SHIFT-ALT-RIGHT ARROW
    • RESIZE_LEFT

      public static final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.CommandControl> RESIZE_LEFT
      Resizes the detail panel to the left.
      Default key stroke: SHIFT-ALT-LEFT ARROW
    • COLLAPSE

      public static final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.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 is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.CommandControl> EXPAND
      Expands the detail panel all the way to the left, hiding the parent.
      Default key stroke: SHIFT-CTRL-ALT LEFT ARROW
    • KEY_STROKES

      public static final is.codion.swing.common.ui.control.ControlKeyStrokes KEY_STROKES
      The default keyboard shortcut keyStrokes.