Class UIBottomTray

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

public class UIBottomTray extends UI2dContainer
  • Field Details

  • Constructor Details

  • Method Details

    • toggleAvailableHeight

      public void toggleAvailableHeight()
    • togglePerformanceMode

      public void togglePerformanceMode()
    • toggleGridView

      public void toggleGridView()
    • toggleStackedView

      public void toggleStackedView()
    • toggleClipInspector

      public void toggleClipInspector()
    • toggleDeviceBin

      public void toggleDeviceBin()
    • drawBackground

      protected void drawBackground(UI ui, VGraphics vg)
      Overrides:
      drawBackground in class UI2dComponent
    • 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
    • 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
    • dispose

      public void dispose()
      Overrides:
      dispose in class UIObject