The Confirmation alert type configures the Alert dialog to appear in a
way that suggests the content of the dialog is seeking confirmation from
the user.
The Confirmation alert type configures the Alert dialog to appear in a
way that suggests the content of the dialog is seeking confirmation from
the user. This includes a 'confirmation' image, an
appropriate title and header, and both OK and Cancel buttons for the
user to click on to dismiss the dialog.
The Error alert type configures the Alert dialog to appear in a
way that suggests that something has gone wrong.
The Error alert type configures the Alert dialog to appear in a
way that suggests that something has gone wrong. This includes an
'error' image, an appropriate title and header, and just an OK button
for the user to click on to dismiss the dialog.
The INFORMATION alert type configures the Alert dialog to appear in a
way that suggests the content of the dialog is informing the user of
a piece of information.
The INFORMATION alert type configures the Alert dialog to appear in a
way that suggests the content of the dialog is informing the user of
a piece of information. This includes an 'information' image, an
appropriate title and header, and just an OK button for the user to
click on to dismiss the dialog.
The None alert type has the effect of not setting any default properties
in the Alert.
The Warning alert type configures the Alert dialog to appear in a
way that suggests the content of the dialog is warning the user about
some fact or action.
The Warning alert type configures the Alert dialog to appear in a
way that suggests the content of the dialog is warning the user about
some fact or action. This includes a 'warning' image, an
appropriate title and header, and just an OK button for the user to
click on to dismiss the dialog.
Returns the enum constant of this type with the specified name.
Returns the enum constant of this type with the specified name.
the name of the constant to return
IllegalArgumentException If the specified enum type has no constant with the specified name,
or the specified class object does not represent an enum type.
Converts a JavaFX enum to its respective SFXEnumDelegate.
Converts a JavaFX enum to its respective SFXEnumDelegate.
JavaFX enum
scalafx.delegate.SFXEnumDelegate equivalent to argument.
Converts a SFXEnumDelegate to its respective JavaFX Enum.
Converts a SFXEnumDelegate to its respective JavaFX Enum.
SFXEnumDelegate instance
Delegated enum
Contain constants which will be source for values List
Contain constants which will be source for values List
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.
An enumeration containing the available, pre-built alert types that the
Alertclass can use to pre-populate various properties.