StageStyle

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

Type members

Classlikes

case object Decorated extends StageStyle

Defines a normal Stage style with a solid white background and platform decorations.

Defines a normal Stage style with a solid white background and platform decorations.

case object Transparent extends StageStyle

Defines a Stage style with a transparent background and no decorations.

Defines a Stage style with a transparent background and no decorations.

case object Undecorated extends StageStyle

Defines a Stage style with a solid white background and no decorations.

Defines a Stage style with a solid white background and no decorations.

case object Unified extends StageStyle

Defines a Stage style with platform decorations and eliminates the border between client area and decorations.

Defines a Stage style with platform decorations and eliminates the border between client area and decorations.

case object Utility extends StageStyle

Defines a Stage style with a solid white background and minimal platform decorations used for a utility window.

Defines a Stage style with a solid white background and minimal platform decorations used for a utility window.

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

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

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

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 Decorated; DECORATED will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use Transparent; TRANSPARENT will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use Undecorated; UNDECORATED will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use Unified; UNIFIED will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use Utility; UTILITY will be removed in a future release", "8.0.60-R10")
Deprecated

Inherited fields

lazy val values: List[StageStyle]

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

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