Module is.codion.swing.framework.ui
Package is.codion.swing.framework.ui
Class EntityDependenciesPanel.ControlKeys
java.lang.Object
is.codion.swing.framework.ui.EntityDependenciesPanel.ControlKeys
- Enclosing class:
- EntityDependenciesPanel
The dependencies panel controls.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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>Navigates to the dependencies panel on the left (with wrap-around).
Default key stroke: CTRL-ALT-LEFT ARROWstatic final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.CommandControl>Navigates to the dependencies panel on the right (with wrap-around).
Default key stroke: CTRL-ALT-RIGHT ARROW -
Method Summary
-
Field Details
-
NAVIGATE_LEFT
public static final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.CommandControl> NAVIGATE_LEFTNavigates to the dependencies panel on the left (with wrap-around).
Default key stroke: CTRL-ALT-LEFT ARROW -
NAVIGATE_RIGHT
public static final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.CommandControl> NAVIGATE_RIGHTNavigates to the dependencies panel on the right (with wrap-around).
Default key stroke: CTRL-ALT-RIGHT ARROW -
KEY_STROKES
public static final is.codion.swing.common.ui.control.ControlKeyStrokes KEY_STROKESThe default keyboard shortcut keyStrokes.
-