| Modifier and Type | Class and Description |
|---|---|
class |
StaticWidget |
class |
Widget |
| Modifier and Type | Method and Description |
|---|---|
DisplayElement |
DashboardPanel.findElementContaining(java.awt.Point point)
Returns the element that covers the given point.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<DisplayElement> |
DashboardPanel.getElements()
Returns all the
DisplayElements that are in this
panel. |
| Modifier and Type | Method and Description |
|---|---|
void |
DashboardPanel.addElement(DisplayElement element,
java.awt.Point point)
Adds the given display element to the screen, putting it at the given
point.
|
void |
DashboardPanel.shiftToBack(DisplayElement element)
Shifts the given element behind all the other ones.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
DisplayElement.getName(java.lang.Class<? extends DisplayElement> clazz) |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DisplayElement |
XMLWidget.convertToDisplayElement() |