Package | Description |
---|---|
com.panemu.tiwulfx.form |
Modifier and Type | Method and Description |
---|---|
Form.Mode |
Form.getMode()
Gets the value of the property mode.
|
static Form.Mode |
Form.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Form.Mode[] |
Form.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<Form.Mode> |
Form.modeProperty() |
Modifier and Type | Method and Description |
---|---|
void |
Form.setMode(Form.Mode mode)
Set form's mode.
|