public class GuiObjectCheckBox extends GuiObject
| Constructor and Description |
|---|
GuiObjectCheckBox(java.lang.String name,
java.lang.String resourceBundle,
javafx.event.EventHandler<javafx.event.ActionEvent> event,
javafx.beans.property.Property<?> property,
javafx.beans.property.ListProperty<?> list,
ISerializable serial) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getCurrentValue() |
java.lang.Object |
getGuiNode() |
void |
initialize(javafx.event.EventHandler<javafx.event.ActionEvent> event,
javafx.beans.property.Property<java.lang.Boolean> property) |
getObjectName, getResourceBundlepublic GuiObjectCheckBox(java.lang.String name,
java.lang.String resourceBundle,
javafx.event.EventHandler<javafx.event.ActionEvent> event,
javafx.beans.property.Property<?> property,
javafx.beans.property.ListProperty<?> list,
ISerializable serial)
public void initialize(javafx.event.EventHandler<javafx.event.ActionEvent> event,
javafx.beans.property.Property<java.lang.Boolean> property)
public java.lang.Object getCurrentValue()
getCurrentValue in class GuiObjectpublic java.lang.Object getGuiNode()
getGuiNode in class GuiObject