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
Modifier and TypeFieldDescriptionstatic final ControlKey<CommandControl>
Collapses the detail panel all the way to the right, hiding it.
Default key stroke: SHIFT-CTRL-ALT RIGHT ARROWstatic final ControlKey<CommandControl>
Expands the detail panel all the way to the left, hiding the parent.
Default key stroke: SHIFT-CTRL-ALT LEFT ARROWstatic final ControlKey<CommandControl>
Resizes the detail panel to the left.
Default key stroke: SHIFT-ALT-LEFT ARROWstatic final ControlKey<CommandControl>
Resizes the detail panel to the right.
Default key stroke: SHIFT-ALT-RIGHT ARROW -
Method Summary
-
Field Details
-
RESIZE_RIGHT
Resizes the detail panel to the right.
Default key stroke: SHIFT-ALT-RIGHT ARROW -
RESIZE_LEFT
Resizes the detail panel to the left.
Default key stroke: SHIFT-ALT-LEFT ARROW -
COLLAPSE
Collapses the detail panel all the way to the right, hiding it.
Default key stroke: SHIFT-CTRL-ALT RIGHT ARROW -
EXPAND
Expands the detail panel all the way to the left, hiding the parent.
Default key stroke: SHIFT-CTRL-ALT LEFT ARROW
-