Module is.codion.swing.framework.ui
Package is.codion.swing.framework.ui
Class TabbedDetailLayout.ControlKeys
java.lang.Object
is.codion.swing.framework.ui.TabbedDetailLayout.ControlKeys
- Enclosing class:
- TabbedDetailLayout
The controls.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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 ARROWstatic 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 ARROWstatic final is.codion.swing.common.ui.control.ControlKeyStrokesThe 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 ARROWstatic 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
-
Field Details
-
RESIZE_RIGHT
public static final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.CommandControl> RESIZE_RIGHTResizes 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_LEFTResizes 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> COLLAPSECollapses 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> EXPANDExpands 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_STROKESThe default keyboard shortcut keyStrokes.
-