Class UIFixturePicker

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

public class UIFixturePicker extends UI2dContainer
  • Field Details

  • Constructor Details

    • UIFixturePicker

      public UIFixturePicker(UI ui)
  • Method Details

    • onResize

      protected void onResize()
      Description copied from class: UI2dComponent
      Subclasses may override this method, invoked when the component is resized
      Overrides:
      onResize in class UI2dComponent
    • 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