public class Category
extends java.lang.Object
implements java.io.Serializable
Type | Property and Description |
---|---|
javafx.beans.property.BooleanProperty |
active |
javafx.beans.property.StringProperty |
category |
javafx.beans.property.StringProperty |
legend |
javafx.beans.property.ObjectProperty |
node |
javafx.beans.property.ObjectProperty |
value |
Constructor and Description |
---|
Category(boolean active,
java.lang.Object node,
java.lang.String category,
java.lang.Object value) |
Category(boolean active,
java.lang.Object node,
java.lang.String category,
java.lang.String legend) |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.BooleanProperty |
activeProperty() |
javafx.beans.property.StringProperty |
categoryProperty() |
javafx.beans.property.StringProperty |
legendProperty() |
javafx.beans.property.ObjectProperty |
nodeProperty() |
javafx.beans.property.ObjectProperty |
valueProperty() |
public javafx.beans.property.BooleanProperty activeProperty
public javafx.beans.property.StringProperty categoryProperty
public javafx.beans.property.StringProperty legendProperty
public javafx.beans.property.ObjectProperty nodeProperty
public javafx.beans.property.ObjectProperty valueProperty
public Category(boolean active, java.lang.Object node, java.lang.String category, java.lang.String legend)
public Category(boolean active, java.lang.Object node, java.lang.String category, java.lang.Object value)
public javafx.beans.property.BooleanProperty activeProperty()
public javafx.beans.property.StringProperty categoryProperty()
public javafx.beans.property.StringProperty legendProperty()
public javafx.beans.property.ObjectProperty nodeProperty()
public javafx.beans.property.ObjectProperty valueProperty()