| Modifier and Type | Class and Description |
|---|---|
class |
DashboardPrefs |
class |
DisplayElement
This class is the super class of everything which can be seen on the SmartDashboard
besides the file menu.
|
class |
StaticWidget |
class |
Widget |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanBox
Implements a simple text box UI element with a name label.
|
class |
Button |
class |
CheckBox
Implements a simple text box UI element with a name label.
|
class |
Chooser |
class |
Command |
class |
CommandButton |
class |
Compass |
class |
ConnectionIndicator |
class |
FormattedField
Implements a simple text box UI element with a name label.
|
class |
Image |
class |
Label |
class |
LinePlot |
class |
PIDEditor |
class |
ProgressBar |
class |
RobotPreferences |
class |
Scheduler |
class |
SimpleDial |
class |
Subsystem |
class |
TextBox
Implements a simple text box UI element with a name label.
|
class |
VideoStreamViewerExtension |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNumberDatasetWidget |
class |
AbstractTableWidget
An abstraction for creating a widget that wraps a network table
|
class |
AbstractValueWidget |
| Modifier and Type | Class and Description |
|---|---|
class |
DigitalInputDisplay
Displays a digital value (on/off).
|
class |
DigitalOutputController
Controls a controller that is either on or off.
|
class |
EncoderDisplay
Displays data from an Encoder.
|
class |
GyroDisplay
Displays data from a Gyro or Compass.
|
class |
LWSubsystem
The main player in the Live Window.
|
class |
RelayController
Used to control relays, which give out positive, negative, or no voltage
("Forward," "Off," and "Reverse") without control over how much is given
out.
|
class |
ServoController
Controls a Servo.
|
class |
SingleNumberDisplay
Displays a single number (e.g.
|
class |
SpeedController
Used to control SpeedControllers such as Victors.
|
| Constructor and Description |
|---|
BooleanProperty(PropertyHolder element,
java.lang.String name) |
BooleanProperty(PropertyHolder element,
java.lang.String name,
boolean defaultValue) |
ColorProperty(PropertyHolder parent,
java.lang.String name) |
ColorProperty(PropertyHolder parent,
java.lang.String name,
java.awt.Color defaultValue) |
DoubleProperty(PropertyHolder element,
java.lang.String name) |
DoubleProperty(PropertyHolder element,
java.lang.String name,
double defaultValue) |
FileProperty(PropertyHolder parent,
java.lang.String name) |
FileProperty(PropertyHolder parent,
java.lang.String name,
java.lang.String defaultValue) |
GenericProperty(java.lang.Class<T> clazz,
PropertyHolder element,
java.lang.String name) |
GenericProperty(java.lang.Class<T> clazz,
PropertyHolder element,
java.lang.String name,
T defaultValue) |
IntegerListProperty(PropertyHolder parent,
java.lang.String name) |
IntegerListProperty(PropertyHolder parent,
java.lang.String name,
int[] value) |
IntegerProperty(PropertyHolder element,
java.lang.String name) |
IntegerProperty(PropertyHolder element,
java.lang.String name,
int defaultValue) |
IPAddressProperty(PropertyHolder parent,
java.lang.String name) |
IPAddressProperty(PropertyHolder parent,
java.lang.String name,
int[] value) |
MultiProperty(PropertyHolder holder,
java.lang.String name) |
NumberProperty(PropertyHolder element,
java.lang.String name) |
NumberProperty(PropertyHolder element,
java.lang.String name,
java.lang.Number defaultValue) |
Property(PropertyHolder element,
java.lang.String name) |
Property(PropertyHolder element,
java.lang.String name,
java.lang.Object defaultValue) |
StringProperty(PropertyHolder element,
java.lang.String name) |
StringProperty(PropertyHolder element,
java.lang.String name,
java.lang.String defaultValue) |
TextInputProperty(java.lang.Class<T> clazz,
PropertyHolder element,
java.lang.String name) |
TextInputProperty(java.lang.Class<T> clazz,
PropertyHolder element,
java.lang.String name,
T defaultValue) |