A tag for the "apply" button.
A tag for the "apply" button.
Button order code: A
A tag for the "back" or "previous" button.
A tag for the "back" or "previous" button.
Button order code: B
A glue push gap that will take as much space as it can and at least an "unrelated" gap.
A glue push gap that will take as much space as it can and at least an "unrelated" gap. (Platform dependent)
Button order code: +
A tag for the "cancel" or "close" button.
A tag for the "cancel" or "close" button.
Is cancel button: True
Button order code: C
A tag for the "finish".
A tag for the "finish".
Is default button: True
Button order code: I
A tag for the "help" button that normally is supposed to be on the right.
A tag for the "help" button that normally is supposed to be on the right.
Button order code: H
A tag for the "help2" button that normally is supposed to be on the left.
A tag for the "help2" button that normally is supposed to be on the left.
Button order code: E
Buttons with this style tag will statically end up on the left end of the bar.
Buttons with this style tag will statically end up on the left end of the bar.
Button order code: L
A tag for the "next" or "forward" button.
A tag for the "next" or "forward" button.
Is default button: True
Button order code: X
A tag for the "no" button.
A tag for the "no" button.
Is cancel button: True
Button order code: N
A tag for the "ok" or "done" button.
A tag for the "ok" or "done" button.
Is default button: True
Button order code: O
All Uncategorized, Other, or "Unknown" buttons.
All Uncategorized, Other, or "Unknown" buttons. Tag will be "other".
Button order code: U
Buttons with this style tag will statically end up on the right end of the bar.
Buttons with this style tag will statically end up on the right end of the bar.
Button order code: R
An "unrelated" gap.
An "unrelated" gap. (Platform dependent)
Button order code: _ (underscore)
A tag for the "yes" button.
A tag for the "yes" button.
Is default button: True
Button order code: Y
Returns the enum constant of this type with the specified name.
Returns the enum constant of this type with the specified name.
the name of the constant to return
IllegalArgumentException If the specified enum type has no constant with the specified name,
or the specified class object does not represent an enum type.
Converts a JavaFX enum to its respective SFXEnumDelegate.
Converts a JavaFX enum to its respective SFXEnumDelegate.
JavaFX enum
scalafx.delegate.SFXEnumDelegate equivalent to argument.
Converts a SFXEnumDelegate to its respective JavaFX Enum.
Converts a SFXEnumDelegate to its respective JavaFX Enum.
SFXEnumDelegate instance
Delegated enum
Contain constants which will be source for values List
Contain constants which will be source for values List
Returns a List containing the constants of this enum type, in the order they are declared.
Returns a List containing the constants of this enum type, in the order they are declared.
Wraps a $JFX $URL0 $FC]].