Alert

scalafx.scene.control.Alert
See theAlert companion class
object Alert

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Alert.type

Members list

Type members

Classlikes

sealed abstract class AlertType(val delegate: AlertType) extends SFXEnumDelegate[AlertType]

Attributes

Companion
object
Supertypes
trait SFXEnumDelegate[AlertType]
trait SFXDelegate[AlertType]
class Object
trait Matchable
class Any
Known subtypes
object Confirmation
object Error
object Information
object None
object Warning
object AlertType extends SFXEnumDelegateCompanion[AlertType, AlertType]

An enumeration containing the available, pre-built alert types that the Alert class can use to pre-populate various properties.

An enumeration containing the available, pre-built alert types that the Alert class can use to pre-populate various properties.

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
AlertType.type

Implicits

Implicits

implicit def sfxAlert2jfx(v: Alert): Alert

Converts a ScalaFX Alert to its JavaFX counterpart.

Converts a ScalaFX Alert to its JavaFX counterpart.

Value parameters

v

ScalaFX Alert

Attributes

Returns

JavaFX Alert