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.
|
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
exportProperties, getProperties, getSources, setTitle, titleProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDataTypes, getDescription, getName
getData, getDataType, setData
allComponents, getProperties
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 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)