public class BooleanBoxWidget
extends edu.wpi.first.shuffleboard.api.widget.SimpleAnnotatedWidget<java.lang.Boolean>
Type | Property and Description |
---|---|
javafx.beans.property.Property<javafx.scene.paint.Color> |
falseColor |
javafx.beans.property.Property<javafx.scene.paint.Color> |
trueColor |
dataProperty, typedSourceProperty
Constructor and Description |
---|
BooleanBoxWidget() |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.Property<javafx.scene.paint.Color> |
falseColorProperty() |
javafx.scene.paint.Color |
getFalseColor()
Gets the value of the property falseColor.
|
java.util.List<edu.wpi.first.shuffleboard.api.prefs.Group> |
getSettings() |
javafx.scene.paint.Color |
getTrueColor()
Gets the value of the property trueColor.
|
javafx.scene.layout.Pane |
getView() |
void |
setFalseColor(javafx.scene.paint.Color falseColor)
Sets the value of the property falseColor.
|
void |
setTrueColor(javafx.scene.paint.Color trueColor)
Sets the value of the property trueColor.
|
javafx.beans.property.Property<javafx.scene.paint.Color> |
trueColorProperty() |
dataProperty, typedSourceProperty
addSource, getSource, setSource, sourceProperty
getSources, setTitle, titleProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDataTypes, getDescription, getName
getData, getDataType, setData
public javafx.beans.property.Property<javafx.scene.paint.Color> trueColorProperty
getTrueColor()
,
setTrueColor(Color)
public javafx.beans.property.Property<javafx.scene.paint.Color> falseColorProperty
getFalseColor()
,
setFalseColor(Color)
public java.util.List<edu.wpi.first.shuffleboard.api.prefs.Group> getSettings()
getSettings
in interface edu.wpi.first.shuffleboard.api.widget.Component
getSettings
in class edu.wpi.first.shuffleboard.api.widget.AbstractWidget
public javafx.scene.layout.Pane getView()
public javafx.scene.paint.Color getTrueColor()
public javafx.beans.property.Property<javafx.scene.paint.Color> trueColorProperty()
getTrueColor()
,
setTrueColor(Color)
public void setTrueColor(javafx.scene.paint.Color trueColor)
public javafx.scene.paint.Color getFalseColor()
public javafx.beans.property.Property<javafx.scene.paint.Color> falseColorProperty()
getFalseColor()
,
setFalseColor(Color)
public void setFalseColor(javafx.scene.paint.Color falseColor)