Class UIEnumBox

All Implemented Interfaces:
UIContextActions, UIControlTarget, UIFocus, UIKeyFocus, UIModulationTarget, UIMouseFocus, UITabFocus, LXLoopTask

public class UIEnumBox extends UIIntegerBox
  • Constructor Details

    • UIEnumBox

      public UIEnumBox()
    • UIEnumBox

      public UIEnumBox(float w, EnumParameter<?> parameter)
    • UIEnumBox

      public UIEnumBox(float w, CompoundEnumParameter<?> parameter)
    • UIEnumBox

      public UIEnumBox(float x, float y, float w, float h)
    • UIEnumBox

      public UIEnumBox(float x, float y, float w, float h, EnumParameter<?> parameter)
    • UIEnumBox

      public UIEnumBox(float x, float y, float w, float h, CompoundEnumParameter<?> parameter)
  • Method Details

    • getValueString

      public String getValueString()
      Overrides:
      getValueString in class UIIntegerBox
    • onKeyPressed

      public void onKeyPressed(KeyEvent keyEvent, char keyChar, int keyCode)
      Description copied from class: UIEventHandler
      Subclasses override to receive key events
      Overrides:
      onKeyPressed in class UIInputBox
      Parameters:
      keyEvent - Key event
      keyChar - Key character
      keyCode - Key code value