AnchorLocation

object AnchorLocation extends SFXEnumDelegateCompanion[AnchorLocation, AnchorLocation]

Anchor location constants for popup anchor point selection. Wraps AnchorLocation

Anchor location constants for popup anchor point selection. Wraps AnchorLocation

Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object ContentBottomLeft extends AnchorLocation

Represents bottom left content corner.

Represents bottom left content corner.

Represents bottom right content corner.

Represents bottom right content corner.

case object ContentTopLeft extends AnchorLocation

Represents top left content corner.

Represents top left content corner.

case object ContentTopRight extends AnchorLocation

Represents top right content corner.

Represents top right content corner.

case object WindowBottomLeft extends AnchorLocation

Represents bottom left window corner.

Represents bottom left window corner.

case object WindowBottomRight extends AnchorLocation

Represents bottom right window corner.

Represents bottom right window corner.

case object WindowTopLeft extends AnchorLocation

Represents top left window corner.

Represents top left window corner.

case object WindowTopRight extends AnchorLocation

Represents top right window corner.

Represents top right window corner.

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

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

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

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 ContentBottomLeft; CONTENT_BOTTOM_LEFT will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use ContentBottomRight; CONTENT_BOTTOM_RIGHT will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use ContentTopLeft; CONTENT_TOP_LEFT will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use ContentTopRight; CONTENT_TOP_RIGHT will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use WindowBottomLeft; WINDOW_BOTTOM_LEFT will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use WindowBottomRight; WINDOW_BOTTOM_RIGHT will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use WindowTopLeft; WINDOW_TOP_LEFT will be removed in a future release", "8.0.60-R10")
Deprecated
@deprecated("Use WindowTopRight; WINDOW_TOP_RIGHT will be removed in a future release", "8.0.60-R10")
Deprecated

Inherited fields

lazy val values: List[AnchorLocation]

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

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