public class ConfigFields
extends java.lang.Object
implements java.io.Serializable
Type | Property and Description |
---|---|
javafx.beans.property.StringProperty |
nameField |
javafx.beans.property.StringProperty |
newNameField |
javafx.beans.property.ObjectProperty |
typeField |
Constructor and Description |
---|
ConfigFields(java.lang.String nameField,
java.lang.String newNameField,
java.lang.Object typeField) |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.StringProperty |
nameFieldProperty() |
javafx.beans.property.StringProperty |
newNameFieldProperty() |
void |
setNameFieldProperty(java.lang.String nameField) |
javafx.beans.property.ObjectProperty |
typeFieldProperty() |
public javafx.beans.property.StringProperty nameFieldProperty
public javafx.beans.property.StringProperty newNameFieldProperty
public javafx.beans.property.ObjectProperty typeFieldProperty
public ConfigFields(java.lang.String nameField, java.lang.String newNameField, java.lang.Object typeField)
public void setNameFieldProperty(java.lang.String nameField)
public javafx.beans.property.StringProperty nameFieldProperty()
public javafx.beans.property.StringProperty newNameFieldProperty()
public javafx.beans.property.ObjectProperty typeFieldProperty()