Type

object Type extends SFXEnumDelegateCompanion[Type, Type]
Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object MediaCorrupted extends Type

Indicates an error has occurred: the media appears to be invalid or corrupted.

Indicates an error has occurred: the media appears to be invalid or corrupted.

case object MediaInaccessible extends Type

Indicates an error has occurred: although the media may exist, it is not accessible.

Indicates an error has occurred: although the media may exist, it is not accessible.

case object MediaUnavailable extends Type

Indicates an error has occurred: the media does not exist or is otherwise unavailable.

Indicates an error has occurred: the media does not exist or is otherwise unavailable.

case object MediaUnspecified extends Type

Indicates that the media has not been specified.

Indicates that the media has not been specified.

case object MediaUnsupported extends Type

Indicates that this media type is not supported by this platform.

Indicates that this media type is not supported by this platform.

case object OperationUnsupported extends Type

Indicates that an operation performed on the media is not supported by this platform.

Indicates that an operation performed on the media is not supported by this platform.

case object PlaybackError extends Type

Indicates a playback error which does not fall into any of the other pre-defined categories.

Indicates a playback error which does not fall into any of the other pre-defined categories.

case object PlaybackHalted extends Type

Indicates an unrecoverable error which has resulted in halting playback.

Indicates an unrecoverable error which has resulted in halting playback.

case object Unknown extends Type

Indicates an error has occurred for an unknown reason.

Indicates an error has occurred for an unknown reason.

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

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

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

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 MediaCorrupted; MEDIA_CORRUPTED will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use MediaInaccessible; MEDIA_INACCESSIBLE will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use MediaUnavailable; MEDIA_UNAVAILABLE will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use MediaUnspecified; MEDIA_UNSPECIFIED will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use MediaUnsupported; MEDIA_UNSUPPORTED will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use OperationUnsupported; OPERATION_UNSUPPORTED will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use PlaybackError; PLAYBACK_ERROR will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use PlaybackHalted; PLAYBACK_HALTED will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use Unknown; UNKNOWN will be removed in a future release", "8.0.60-R10")
Deprecated

Inherited fields

lazy val values: List[Type]

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

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