ButtonData

object ButtonData extends SFXEnumDelegateCompanion[ButtonData, ButtonData]

Wraps a $JFX $URL0 $FC]].

Wraps a $JFX $URL0 $FC]].

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

Type members

Classlikes

case object Apply extends ButtonData

A tag for the "apply" button.

A tag for the "apply" button.

Button order code: A

case object BackPrevious extends ButtonData

A tag for the "back" or "previous" button.

A tag for the "back" or "previous" button.

Button order code: B

case object BigGap extends ButtonData

A glue push gap that will take as much space as it can and at least an "unrelated" gap. (Platform dependent)

A glue push gap that will take as much space as it can and at least an "unrelated" gap. (Platform dependent)

Button order code: +

case object CancelClose extends ButtonData

A tag for the "cancel" or "close" button.

A tag for the "cancel" or "close" button.

Is cancel button: True

Button order code: C

case object Finish extends ButtonData

A tag for the "finish".

A tag for the "finish".

Is default button: True

Button order code: I

case object Help extends ButtonData

A tag for the "help" button that normally is supposed to be on the right.

A tag for the "help" button that normally is supposed to be on the right.

Button order code: H

case object Help2 extends ButtonData

A tag for the "help2" button that normally is supposed to be on the left.

A tag for the "help2" button that normally is supposed to be on the left.

Button order code: E

case object Left extends ButtonData

Buttons with this style tag will statically end up on the left end of the bar.

Buttons with this style tag will statically end up on the left end of the bar.

Button order code: L

case object NextForward extends ButtonData

A tag for the "next" or "forward" button.

A tag for the "next" or "forward" button.

Is default button: True

Button order code: X

case object No extends ButtonData

A tag for the "no" button.

A tag for the "no" button.

Is cancel button: True

Button order code: N

case object OKDone extends ButtonData

A tag for the "ok" or "done" button.

A tag for the "ok" or "done" button.

Is default button: True

Button order code: O

case object Other extends ButtonData

All Uncategorized, Other, or "Unknown" buttons. Tag will be "other".

All Uncategorized, Other, or "Unknown" buttons. Tag will be "other".

Button order code: U

case object Right extends ButtonData

Buttons with this style tag will statically end up on the right end of the bar.

Buttons with this style tag will statically end up on the right end of the bar.

Button order code: R

case object SmallGap extends ButtonData

An "unrelated" gap. (Platform dependent)

An "unrelated" gap. (Platform dependent)

Button order code: _ (underscore)

case object Yes extends ButtonData

A tag for the "yes" button.

A tag for the "yes" button.

Is default button: True

Button order code: Y

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

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

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

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

Inherited fields

lazy val values: List[ButtonData]

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

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