Interface LayoutType
-
- All Known Implementing Classes:
BuiltInLayouts
public interface LayoutType
Represents the type of a layout 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 layout.- See Also:
the built-in widget types
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLayoutName()
Gets the string type of the layout as defined by that layout in Shuffleboard.
-
-
-
Method Detail
-
getLayoutName
String getLayoutName()
Gets the string type of the layout as defined by that layout in Shuffleboard.- Returns:
- The string type of the layout.
-
-