Class UIViewSelector

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

public class UIViewSelector extends UIDropMenu
  • Field Details

  • Constructor Details

  • Method Details

    • setDeviceMode

      public UIViewSelector setDeviceMode(boolean deviceMode)
    • onDraw

      public void onDraw(UI ui, VGraphics vg)
      Description copied from class: UI2dComponent
      Subclasses should override this method to perform their drawing functions.
      Overrides:
      onDraw in class UIDropMenu
      Parameters:
      ui - UI context
      vg - Graphics context
    • getDescription

      public String getDescription()
      Description copied from class: UIObject
      Objects are encouraged to override this method providing a helpful String displayed to the user explaining the function of this UI component. If no help is available, return null rather than an empty String.
      Overrides:
      getDescription in class UIDropMenu
      Returns:
      Helpful contextual string explaining function of this element