| Package | Description |
|---|---|
| edu.wpi.first.smartdashboard.gui | |
| edu.wpi.first.smartdashboard.gui.elements | |
| edu.wpi.first.smartdashboard.types |
| Modifier and Type | Method and Description |
|---|---|
void |
DashboardPanel.removeElement(StaticWidget widget)
Removes the given element from the screen.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionIndicator |
class |
Image |
class |
Label |
class |
RobotPreferences |
class |
VideoStreamViewerExtension |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<java.lang.Class<? extends StaticWidget>> |
DisplayElementRegistry.getStaticWidgets()
Returns all the
StaticWidgets that are registered. |
| Modifier and Type | Method and Description |
|---|---|
static void |
DisplayElementRegistry.registerStaticWidget(java.lang.Class<? extends StaticWidget> clazz)
Adds the new
StaticWidget to the registry. |