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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getWidgetName()
Gets the string type of the widget as defined by that widget in Shuffleboard.
-
-
-
Method Detail
-
getWidgetName
String getWidgetName()
Gets the string type of the widget as defined by that widget in Shuffleboard.- Returns:
- The string type of the widget.
-
-