public class GuiObjectButton extends GuiObject
| Constructor and Description |
|---|
GuiObjectButton(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 |
|---|---|
void |
addHandler(javafx.event.EventHandler<javafx.event.ActionEvent> event) |
java.lang.Object |
getCurrentValue() |
java.lang.Object |
getGuiNode() |
void |
initilaize(javafx.event.EventHandler<javafx.event.ActionEvent> event) |
getObjectName, getResourceBundlepublic GuiObjectButton(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 initilaize(javafx.event.EventHandler<javafx.event.ActionEvent> event)
public void addHandler(javafx.event.EventHandler<javafx.event.ActionEvent> event)
public java.lang.Object getGuiNode()
getGuiNode in class GuiObjectpublic java.lang.Object getCurrentValue()
getCurrentValue in class GuiObject