Interface | Description |
---|---|
ShuffleboardContainer |
Common interface for objects that can contain shuffleboard components.
|
Class | Description |
---|---|
ComplexWidget |
A Shuffleboard widget that handles a
Sendable object such as a speed controller or
sensor. |
Shuffleboard |
The Shuffleboard class provides a mechanism with which data can be added and laid out in the
Shuffleboard dashboard application from a robot program.
|
ShuffleboardComponent<C extends ShuffleboardComponent<C>> |
A generic component in Shuffleboard.
|
ShuffleboardLayout |
A layout in a Shuffleboard tab.
|
ShuffleboardTab |
Represents a tab in the Shuffleboard dashboard.
|
SimpleWidget |
A Shuffleboard widget that handles a single data point such as a number or string.
|