| Package | Description |
|---|---|
| edu.wpi.first.smartdashboard.gui |
| Modifier and Type | Method and Description |
|---|---|
static DashboardFrame.DisplayMode |
DashboardFrame.DisplayMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DashboardFrame.DisplayMode[] |
DashboardFrame.DisplayMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DashboardFrame.setDisplayMode(DashboardFrame.DisplayMode mode)
Sets the current DisplayMode to the given mode.
|