Class EntityPanel.ControlKeys

java.lang.Object
is.codion.swing.framework.ui.EntityPanel.ControlKeys
Enclosing class:
EntityPanel

public static final class EntityPanel.ControlKeys extends Object
The standard controls available in a entity panel
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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.ControlKeyStrokes
    The 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 ARROW
    static 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 ARROW
    static 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 ARROW
    static 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 ARROW
    static 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-E
    static 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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_FOCUS
      Requests 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_PANEL
      Toggles the edit panel between hidden, embedded and dialog.
      Default key stroke: CTRL-ALT-E
    • REFRESH

      public static final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.CommandControl> REFRESH
      Refreshes the table.
    • EDIT_CONTROLS

      public static final is.codion.swing.common.ui.control.ControlKey<is.codion.swing.common.ui.control.Controls> EDIT_CONTROLS
      The edit panel controls.
    • KEY_STROKES

      public static final is.codion.swing.common.ui.control.ControlKeyStrokes KEY_STROKES
      The default keyboard shortcut keyStrokes.