public class GuiObjectInputBox extends GuiObject
| Constructor and Description |
|---|
GuiObjectInputBox(java.lang.String name,
java.lang.String resourceBundle,
javafx.event.EventHandler<javafx.event.ActionEvent> event,
javafx.beans.property.Property<?> property,
java.lang.Object object) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getCurrentValue() |
java.lang.Object |
getGuiNode() |
getObjectName, getResourceBundlepublic GuiObjectInputBox(java.lang.String name,
java.lang.String resourceBundle,
javafx.event.EventHandler<javafx.event.ActionEvent> event,
javafx.beans.property.Property<?> property,
java.lang.Object object)
public java.lang.Object getCurrentValue()
getCurrentValue in class GuiObjectpublic java.lang.Object getGuiNode()
getGuiNode in class GuiObject