| Package | Description |
|---|---|
| org.smallmind.javafx.extras.dialog |
| Modifier and Type | Method and Description |
|---|---|
static OptionType |
OptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OptionType[] |
OptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static OptionDialog |
OptionDialog.showOptionDialog(String optionText,
OptionType optionType) |
static OptionDialog |
OptionDialog.showOptionDialog(String optionText,
OptionType optionType,
OptionButton... optionButtons) |
static OptionDialog |
OptionDialog.showOptionDialog(String optionText,
OptionType optionType,
OptionPane optionPane,
OptionButton... optionButtons) |
| Constructor and Description |
|---|
OptionDialog(String optionText,
OptionType optionType) |
OptionDialog(String optionText,
OptionType optionType,
OptionButton... optionButtons) |
OptionDialog(String optionText,
OptionType optionType,
OptionPane optionPane,
OptionButton... optionButtons) |
Copyright © 2016. All rights reserved.