ButtonData

scalafx.scene.control.ButtonBar.ButtonData
See theButtonData companion object
sealed abstract class ButtonData(val delegate: ButtonData) extends SFXEnumDelegate[ButtonData]

Wraps a $JFX $URL0 $FC]].

Value parameters

delegate

JavaFX ButtonData

Attributes

Constructor

Creates a new ButtonData from a JavaFX one.

Companion
object
Graph
Supertypes
trait SFXEnumDelegate[ButtonData]
trait SFXDelegate[ButtonData]
class Object
trait Matchable
class Any
Known subtypes
object Apply.type
object BackPrevious.type
object BigGap.type
object CancelClose.type
object Finish.type
object Help.type
object Help2.type
object Left.type
object NextForward.type
object No.type
object OKDone.type
object Other.type
object Right.type
object SmallGap.type
object Yes.type
Show all

Members list

Value members

Concrete methods

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value parameters

ref

Object to be compared.

Attributes

Returns

if the other object is equals to this delegate or not.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def toString: String

Return the same string value as enum delegate.

Return the same string value as enum delegate.

This is important since we want to be able to look it up using enums valueOf method. Default toString provided by the SFXDelegate prepends "[SFX]"

Attributes

Definition Classes
Inherited from:
SFXEnumDelegate

Concrete fields

override val delegate: ButtonData

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes