| Package | Description |
|---|---|
| org.smallmind.javafx.extras.dialog |
| Modifier and Type | Method and Description |
|---|---|
DialogState |
OptionButton.getButtonState() |
DialogState |
OptionPane.getDialogState() |
DialogState |
OptionDialog.getDialogState() |
DialogState |
DialogEvent.getDialogState() |
static DialogState |
DialogState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DialogState[] |
DialogState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OptionPane.setDialogSate(DialogState dialogState) |
void |
OptionDialog.setDialogState(DialogState dialogState) |
abstract String |
OptionPane.validateOption(DialogState dialogState) |
| Constructor and Description |
|---|
DialogEvent(javafx.event.EventType<DialogEvent> eventType,
Object source,
DialogState dialogState) |
OptionButton(String buttonName,
DialogState buttonState) |
Copyright © 2016. All rights reserved.