OverrunStyle

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

Type members

Classlikes

case object CenterEllipsis extends OverrunStyle
case object CenterWordEllipsis extends OverrunStyle
case object Clip extends OverrunStyle
case object Ellipsis extends OverrunStyle
case object LeadingEllipsis extends OverrunStyle
case object LeadingWordEllipsis extends OverrunStyle
case object WordEllipsis extends OverrunStyle

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

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

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

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 CenterEllipsis; CENTER_ELLIPSIS will be removed in a future release", "2.2.60")
Deprecated
@deprecated("Use CenterWordEllipsis; CENTER_WORD_ELLIPSIS will be removed in a future release", "2.2.60")
Deprecated
@deprecated("Use Clip; CLIP will be removed in a future release", "2.2.60")
Deprecated
@deprecated("Use Ellipsis; ELLIPSIS will be removed in a future release", "2.2.60")
Deprecated
@deprecated("Use LeadingEllipsis; LEADING_ELLIPSIS will be removed in a future release", "2.2.60")
Deprecated
@deprecated("Use LeadingWordEllipsis; LEADING_WORD_ELLIPSIS will be removed in a future release", "2.2.60")
Deprecated
@deprecated("Use WordEllipsis; WORD_ELLIPSIS will be removed in a future release", "2.2.60")
Deprecated

Inherited fields

lazy val values: List[OverrunStyle]

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

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