Example usage for Java javafx.scene.control CheckBox fields, constructors, methods, implement or subclass
The text is from its open source code.
CheckBox(String text) Creates a check box with the specified text as its label. | |
CheckBox() Creates a check box with an empty string for its label. |
BooleanProperty | allowIndeterminateProperty() |
String | getId() The id of this Node . |
double | getMinWidth() |
ObservableList | getStyleClass() |
String | getText() |
BooleanProperty | indeterminateProperty() |
boolean | isAllowIndeterminate() |
boolean | isIndeterminate() |
boolean | isSelected() |
BooleanProperty | selectedProperty() |
void | setAlignment(Pos value) |
void | setAllowIndeterminate(boolean value) |
void | setDisable(boolean value) |
void | setEllipsisString(String value) |
void | setId(String value) |
void | setLayoutX(double value) |
void | setLayoutY(double value) |
void | setMaxWidth(double value) |
void | setMinWidth(double value) |
void | setMouseTransparent(boolean value) |
void | setOnAction(EventHandler |
void | setPadding(Insets value) |
void | setSelected(boolean value) |
void | setText(String value) |
void | setTextOverrun(OverrunStyle value) |
void | setTooltip(Tooltip value) |
void | setTranslateX(double value) |
void | setUserData(Object value) Convenience method for setting a single Object property that can be retrieved at a later date. |