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.5) Use Controls; CONTROLS will be removed in a future release
(Since version 2.2.60) Use Effect; EFFECT will be removed in a future release
(Since version 8.0.5) Use Graphics; GRAPHICS will be removed in a future releas
(Since version 2.2.60) Use InputMethod; INPUT_METHOD will be removed in a future release
(Since version 8.0.5) Use InputMultitouch; INPUT_MULTITOUCH will be removed in a future releas
(Since version 8.0.5) Use InputPointer; INPUT_POINTER will be removed in a future releas
(Since version 8.0.5) Use InputTouch; INPUT_TOUCH will be removed in a future releas
(Since version 8.0.5) Use Media; MEDIA will be removed in a future releas
(Since version 2.2.60) Use Scene3D; SCENE3D will be removed in a future release
(Since version 2.2.60) Use ShapeClip; SHAPE_CLIP will be removed in a future release
(Since version 8.0.5) Use Swing; SWING will be removed in a future releas
(Since version 2.2.60) Use TransparentWindow; TRANSPARENT_WINDOW will be removed in a future release
(Since version 8.0.5) Use TwoLevelFocus; TWO_LEVEL_FOCUS will be removed in a future releas
(Since version 8.0.5) Use UnifiedWindow; UNIFIED_WINDOW will be removed in a future releas
(Since version 8.0.5) Use VirtualKeyboard; VIRTUAL_KEYBOARD will be removed in a future releas
(Since version 8.0.5) Use Web; WEB will be removed in a future releas
Wrapper for javafx.application.ConditionalFeature