Module is.codion.swing.framework.ui
Package is.codion.swing.framework.ui
Enum Class TabbedDetailLayout.TabbedDetailLayoutControl
java.lang.Object
java.lang.Enum<TabbedDetailLayout.TabbedDetailLayoutControl>
is.codion.swing.framework.ui.TabbedDetailLayout.TabbedDetailLayoutControl
- All Implemented Interfaces:
is.codion.swing.common.ui.key.KeyboardShortcuts.Shortcut,Serializable,Comparable<TabbedDetailLayout.TabbedDetailLayoutControl>,Constable
- Enclosing class:
- TabbedDetailLayout
public static enum TabbedDetailLayout.TabbedDetailLayoutControl
extends Enum<TabbedDetailLayout.TabbedDetailLayoutControl>
implements is.codion.swing.common.ui.key.KeyboardShortcuts.Shortcut
The controls.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCollapses the detail panel all the way to the right, hiding it.
Default key stroke: SHIFT-CTRL-ALT RIGHT ARROWExpands the detail panel all the way to the left, hiding the parent.
Default key stroke: SHIFT-CTRL-ALT LEFT ARROWResizes the detail panel to the left.
Default key stroke: SHIFT-ALT-LEFT ARROWResizes the detail panel to the right.
Default key stroke: SHIFT-ALT-RIGHT ARROW -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant 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
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
defaultKeystroke
- Specified by:
defaultKeystrokein interfaceis.codion.swing.common.ui.key.KeyboardShortcuts.Shortcut
-