Alert

object Alert
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

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.

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

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 Params
v

ScalaFX Alert

Returns

JavaFX Alert