ConditionalFeature

scalafx.application.ConditionalFeature
See theConditionalFeature companion class
object ConditionalFeature extends SFXEnumDelegateCompanion[ConditionalFeature, ConditionalFeature]

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
trait SFXEnumDelegateCompanion[ConditionalFeature, ConditionalFeature]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

case object Controls extends ConditionalFeature

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[ConditionalFeature]
trait SFXDelegate[ConditionalFeature]
class Object
trait Matchable
class Any
Show all
Self type
Controls.type
case object Effect extends ConditionalFeature

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[ConditionalFeature]
trait SFXDelegate[ConditionalFeature]
class Object
trait Matchable
class Any
Show all
Self type
Effect.type
case object FXML extends ConditionalFeature

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[ConditionalFeature]
trait SFXDelegate[ConditionalFeature]
class Object
trait Matchable
class Any
Show all
Self type
FXML.type
case object Graphics extends ConditionalFeature

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[ConditionalFeature]
trait SFXDelegate[ConditionalFeature]
class Object
trait Matchable
class Any
Show all
Self type
Graphics.type
case object InputMethod extends ConditionalFeature

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[ConditionalFeature]
trait SFXDelegate[ConditionalFeature]
class Object
trait Matchable
class Any
Show all
Self type
case object InputMultitouch extends ConditionalFeature

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[ConditionalFeature]
trait SFXDelegate[ConditionalFeature]
class Object
trait Matchable
class Any
Show all
Self type
case object InputPointer extends ConditionalFeature

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[ConditionalFeature]
trait SFXDelegate[ConditionalFeature]
class Object
trait Matchable
class Any
Show all
Self type
case object InputTouch extends ConditionalFeature

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[ConditionalFeature]
trait SFXDelegate[ConditionalFeature]
class Object
trait Matchable
class Any
Show all
Self type
InputTouch.type
case object Media extends ConditionalFeature

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[ConditionalFeature]
trait SFXDelegate[ConditionalFeature]
class Object
trait Matchable
class Any
Show all
Self type
Media.type
case object SWT extends ConditionalFeature

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[ConditionalFeature]
trait SFXDelegate[ConditionalFeature]
class Object
trait Matchable
class Any
Show all
Self type
SWT.type
case object Scene3D extends ConditionalFeature

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[ConditionalFeature]
trait SFXDelegate[ConditionalFeature]
class Object
trait Matchable
class Any
Show all
Self type
Scene3D.type
case object ShapeClip extends ConditionalFeature

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[ConditionalFeature]
trait SFXDelegate[ConditionalFeature]
class Object
trait Matchable
class Any
Show all
Self type
ShapeClip.type
case object Swing extends ConditionalFeature

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[ConditionalFeature]
trait SFXDelegate[ConditionalFeature]
class Object
trait Matchable
class Any
Show all
Self type
Swing.type

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[ConditionalFeature]
trait SFXDelegate[ConditionalFeature]
class Object
trait Matchable
class Any
Show all
Self type
case object TwoLevelFocus extends ConditionalFeature

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[ConditionalFeature]
trait SFXDelegate[ConditionalFeature]
class Object
trait Matchable
class Any
Show all
Self type
case object UnifiedWindow extends ConditionalFeature

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[ConditionalFeature]
trait SFXDelegate[ConditionalFeature]
class Object
trait Matchable
class Any
Show all
Self type
case object VirtualKeyboard extends ConditionalFeature

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[ConditionalFeature]
trait SFXDelegate[ConditionalFeature]
class Object
trait Matchable
class Any
Show all
Self type
case object Web extends ConditionalFeature

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[ConditionalFeature]
trait SFXDelegate[ConditionalFeature]
class Object
trait Matchable
class Any
Show all
Self type
Web.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

def apply(e: ConditionalFeature): S

Converts a JavaFX enum to its respective SFXEnumDelegate.

Converts a JavaFX enum to its respective SFXEnumDelegate.

Value parameters

e

JavaFX enum

Attributes

Returns

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

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

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

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

Value parameters

name

the name of the constant to return

Attributes

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): S

Converts a JavaFX enum to its respective SFXEnumDelegate.

Converts a JavaFX enum to its respective SFXEnumDelegate.

Value parameters

e

JavaFX enum

Attributes

Returns

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

Inherited from:
SFXEnumDelegateCompanion

Deprecated fields

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Inherited fields

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.

Attributes

Inherited from:
SFXEnumDelegateCompanion

Implicits

Inherited implicits

implicit def sfxEnum2jfx(s: ConditionalFeature): E

Converts a SFXEnumDelegate to its respective JavaFX Enum.

Converts a SFXEnumDelegate to its respective JavaFX Enum.

Value parameters

s

SFXEnumDelegate instance

Attributes

Returns

Delegated enum

Inherited from:
SFXEnumDelegateCompanion