ConditionalFeature

trait Sum
trait Mirror
trait SFXEnumDelegateCompanion[ConditionalFeature, ConditionalFeature]
class Object
trait Matchable
class Any

Type members

Classlikes

case object Controls extends ConditionalFeature
case object Effect extends ConditionalFeature
case object FXML extends ConditionalFeature
case object Graphics extends ConditionalFeature
case object InputMethod extends ConditionalFeature
case object InputPointer extends ConditionalFeature
case object InputTouch extends ConditionalFeature
case object Media extends ConditionalFeature
case object SWT extends ConditionalFeature
case object Scene3D extends ConditionalFeature
case object ShapeClip extends ConditionalFeature
case object Swing extends ConditionalFeature
case object TwoLevelFocus extends ConditionalFeature
case object UnifiedWindow extends ConditionalFeature
case object Web extends ConditionalFeature

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Inherited methods

def apply(e: ConditionalFeature): ConditionalFeature

Converts a JavaFX enum to its respective SFXEnumDelegate.

Converts a JavaFX enum to its respective SFXEnumDelegate.

Value Params
e

JavaFX enum

Returns

[[scalafx.delegate.SFXEnumDelegate]] equivalent to argument.

Inherited from
SFXEnumDelegateCompanion
def apply(name: String): ConditionalFeature

Returns the enum constant of this type with the specified name.

Returns the enum constant of this type with the specified name.

Value Params
name

the name of the constant to return

Throws
IllegalArgumentException

If the specified enum type has no constant with the specified name, or the specified class object does not represent an enum type.

Inherited from
SFXEnumDelegateCompanion
def jfxEnum2sfx(e: ConditionalFeature): ConditionalFeature

Converts a JavaFX enum to its respective SFXEnumDelegate.

Converts a JavaFX enum to its respective SFXEnumDelegate.

Value Params
e

JavaFX enum

Returns

[[scalafx.delegate.SFXEnumDelegate]] equivalent to argument.

Inherited from
SFXEnumDelegateCompanion

Deprecated fields

@deprecated("Use Controls; CONTROLS will be removed in a future release", "8.0.5")
Deprecated
@deprecated("Use Effect; EFFECT will be removed in a future release", "2.2.60")
Deprecated
@deprecated("Use Graphics; GRAPHICS will be removed in a future releas", "8.0.5")
Deprecated
@deprecated("Use InputMethod; INPUT_METHOD will be removed in a future release", "2.2.60")
Deprecated
@deprecated("Use InputMultitouch; INPUT_MULTITOUCH will be removed in a future releas", "8.0.5")
Deprecated
@deprecated("Use InputPointer; INPUT_POINTER will be removed in a future releas", "8.0.5")
Deprecated
@deprecated("Use InputTouch; INPUT_TOUCH will be removed in a future releas", "8.0.5")
Deprecated
@deprecated("Use Media; MEDIA will be removed in a future releas", "8.0.5")
Deprecated
@deprecated("Use Scene3D; SCENE3D will be removed in a future release", "2.2.60")
Deprecated
@deprecated("Use ShapeClip; SHAPE_CLIP will be removed in a future release", "2.2.60")
Deprecated
@deprecated("Use Swing; SWING will be removed in a future releas", "8.0.5")
Deprecated
@deprecated("Use TransparentWindow; TRANSPARENT_WINDOW will be removed in a future release", "2.2.60")
Deprecated
@deprecated("Use TwoLevelFocus; TWO_LEVEL_FOCUS will be removed in a future releas", "8.0.5")
Deprecated
@deprecated("Use UnifiedWindow; UNIFIED_WINDOW will be removed in a future releas", "8.0.5")
Deprecated
@deprecated("Use VirtualKeyboard; VIRTUAL_KEYBOARD will be removed in a future releas", "8.0.5")
Deprecated
@deprecated("Use Web; WEB will be removed in a future releas", "8.0.5")
Deprecated

Inherited fields

lazy val values: List[ConditionalFeature]

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.

Inherited from
SFXEnumDelegateCompanion

Implicits

Inherited implicits

implicit def sfxEnum2jfx(s: ConditionalFeature): ConditionalFeature

Converts a SFXEnumDelegate to its respective JavaFX Enum.

Converts a SFXEnumDelegate to its respective JavaFX Enum.

Value Params
s

SFXEnumDelegate instance

Returns

Delegated enum

Inherited from
SFXEnumDelegateCompanion