Enum Class EntityDependenciesPanel.EntityDependenciesPanelControl

java.lang.Object
java.lang.Enum<EntityDependenciesPanel.EntityDependenciesPanelControl>
is.codion.swing.framework.ui.EntityDependenciesPanel.EntityDependenciesPanelControl
All Implemented Interfaces:
is.codion.swing.common.ui.key.KeyboardShortcuts.Shortcut, Serializable, Comparable<EntityDependenciesPanel.EntityDependenciesPanelControl>, Constable
Enclosing class:
EntityDependenciesPanel

public static enum EntityDependenciesPanel.EntityDependenciesPanelControl extends Enum<EntityDependenciesPanel.EntityDependenciesPanelControl> implements is.codion.swing.common.ui.key.KeyboardShortcuts.Shortcut
The dependencies panel controls.
  • Enum Constant Details

  • 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 name
      NullPointerException - if the argument is null
    • defaultKeystroke

      public Optional<KeyStroke> defaultKeystroke()
      Specified by:
      defaultKeystroke in interface is.codion.swing.common.ui.key.KeyboardShortcuts.Shortcut