Represents bottom left content corner.
Represents bottom right content corner.
Represents top left content corner.
Represents top right content corner.
Represents bottom left window corner.
Represents bottom right window corner.
Represents top left window corner.
Represents top right window corner.
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.
(Since version 8.0.60-R10) Use ContentBottomLeft; CONTENT_BOTTOM_LEFT will be removed in a future release
(Since version 8.0.60-R10) Use ContentBottomRight; CONTENT_BOTTOM_RIGHT will be removed in a future release
(Since version 8.0.60-R10) Use ContentTopLeft; CONTENT_TOP_LEFT will be removed in a future release
(Since version 8.0.60-R10) Use ContentTopRight; CONTENT_TOP_RIGHT will be removed in a future release
(Since version 8.0.60-R10) Use WindowBottomLeft; WINDOW_BOTTOM_LEFT will be removed in a future release
(Since version 8.0.60-R10) Use WindowBottomRight; WINDOW_BOTTOM_RIGHT will be removed in a future release
(Since version 8.0.60-R10) Use WindowTopLeft; WINDOW_TOP_LEFT will be removed in a future release
(Since version 8.0.60-R10) Use WindowTopRight; WINDOW_TOP_RIGHT will be removed in a future release
Anchor location constants for popup anchor point selection. Wraps AnchorLocation