Interface WidgetType

All Known Implementing Classes:
BuiltInWidgets

public interface WidgetType
Represents the type of a widget in Shuffleboard. Using this is preferred over specifying raw strings, to avoid typos and having to know or look up the exact string name for a desired widget.
See Also:
the built-in widget types
  • Method Summary

    Modifier and Type Method Description
    String getWidgetName()
    Gets the string type of the widget as defined by that widget in Shuffleboard.
  • Method Details