Class UIModulatorPicker

All Implemented Interfaces:
UIContainer, LXLoopTask, Iterable<UIObject>

public class UIModulatorPicker extends UI2dContainer
  • Constructor Details

    • UIModulatorPicker

      public UIModulatorPicker(UI ui, boolean isGlobal)
  • Method Details

    • show

      public void show(LXModulationEngine modulationEngine)
    • focus

      public UIObject focus(Event event)
      Description copied from class: UIObject
      Focuses on this object, giving focus to everything above and whatever was previously focused below.
      Overrides:
      focus in class UIObject
      Parameters:
      event - Event that caused the focus
      Returns:
      this
    • 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 UI2dContainer
      Parameters:
      keyEvent - Key event
      keyChar - Key character
      keyCode - Key code value