TransferMode

scalafx.scene.input.TransferMode
See theTransferMode companion class
object TransferMode extends SFXEnumDelegateCompanion[TransferMode, TransferMode]

Attributes

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

Members list

Type members

Classlikes

case object Copy extends TransferMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class TransferMode
trait SFXEnumDelegate[TransferMode]
trait SFXDelegate[TransferMode]
class Object
trait Matchable
class Any
Show all
Self type
Copy.type
case object Link extends TransferMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class TransferMode
trait SFXEnumDelegate[TransferMode]
trait SFXDelegate[TransferMode]
class Object
trait Matchable
class Any
Show all
Self type
Link.type
case object Move extends TransferMode

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class TransferMode
trait SFXEnumDelegate[TransferMode]
trait SFXDelegate[TransferMode]
class Object
trait Matchable
class Any
Show all
Self type
Move.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: TransferMode): 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: TransferMode): 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

Concrete fields

val Any: Array[TransferMode]

Array containing all transfer modes.

Array containing all transfer modes.

Attributes

val CopyOrMove: Array[TransferMode]

Array containing transfer modes COPY and MOVE.

Array containing transfer modes COPY and MOVE.

Attributes

val None: Array[TransferMode]

Empty array of transfer modes.

Empty array of transfer modes.

Attributes

Deprecated fields

val ANY: Array[TransferMode]

Attributes

Deprecated
true

Attributes

Deprecated
true
val COPY_OR_MOVE: Array[TransferMode]

Attributes

Deprecated
true

Attributes

Deprecated
true
val NONE: Array[TransferMode]

Attributes

Deprecated
true

Inherited fields

lazy val values: List[TransferMode]

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