Interface MenuBuilder.ControlsStep

Enclosing interface:
MenuBuilder

public static interface MenuBuilder.ControlsStep
Provides a MenuBuilder
  • Method Details

    • action

      MenuBuilder action(Action action)
      Parameters:
      action - the action to base the menu on
      Returns:
      a builder instance
    • control

      MenuBuilder control(Control control)
      Parameters:
      control - the control to base the menu on
      Returns:
      a builder instance
    • control

      MenuBuilder control(Control.Builder<?,?> control)
      Parameters:
      control - the control to base the menu on
      Returns:
      a builder instance
    • controls

      MenuBuilder controls(Controls controls)
      Parameters:
      controls - the controls to base the menu on
      Returns:
      a builder instance
    • controls

      Parameters:
      controls - the controls to base the menu on
      Returns:
      a builder instance