Module is.codion.swing.framework.ui
Package is.codion.swing.framework.ui
Class EntityPanel.ControlKeys
java.lang.Object
is.codion.swing.framework.ui.EntityPanel.ControlKeys
- Enclosing class:
- EntityPanel
The standard controls available in a entity panel
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.Controls>The edit panel controls.static 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 selected child panel, if one is available.
Default key stroke: CTRL-ALT-DOWN ARROWstatic final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.CommandControl>Navigates to the sibling panel on the left, if one is available.
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 sibling panel on the right, if one is available.
Default key stroke: CTRL-ALT-RIGHT ARROWstatic final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.CommandControl>Navigates to the parent panel, if one is available.
Default key stroke: CTRL-ALT-UP ARROWstatic final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.CommandControl>Refreshes the table.static final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.CommandControl>Requests focus for the edit panel (intial focus component).
Default key stroke: CTRL-Estatic final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.CommandControl>Toggles the edit panel between hidden, embedded and dialog.
Default key stroke: CTRL-ALT-E -
Method Summary
-
Field Details
-
REQUEST_EDIT_PANEL_FOCUS
public static final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.CommandControl> REQUEST_EDIT_PANEL_FOCUSRequests focus for the edit panel (intial focus component).
Default key stroke: CTRL-E -
TOGGLE_EDIT_PANEL
public static final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.CommandControl> TOGGLE_EDIT_PANELToggles the edit panel between hidden, embedded and dialog.
Default key stroke: CTRL-ALT-E -
NAVIGATE_UP
public static final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.CommandControl> NAVIGATE_UPNavigates to the parent panel, if one is available.
Default key stroke: CTRL-ALT-UP ARROW -
NAVIGATE_DOWN
public static final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.CommandControl> NAVIGATE_DOWNNavigates to the selected child panel, if one is available.
Default key stroke: CTRL-ALT-DOWN ARROW -
NAVIGATE_RIGHT
public static final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.CommandControl> NAVIGATE_RIGHTNavigates to the sibling panel on the right, if one is available.
Default key stroke: CTRL-ALT-RIGHT ARROW -
NAVIGATE_LEFT
public static final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.CommandControl> NAVIGATE_LEFTNavigates to the sibling panel on the left, if one is available.
Default key stroke: CTRL-ALT-LEFT ARROW -
REFRESH
public static final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.CommandControl> REFRESHRefreshes the table. -
EDIT_CONTROLS
public static final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.Controls> EDIT_CONTROLSThe edit panel controls. -
KEY_STROKES
public static final is.codion.swing.common.ui.control.ControlKeyStrokes KEY_STROKESThe default keyboard shortcut keyStrokes.
-