| Package | Description |
|---|---|
| org.smallmind.swing.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 DialogState |
YesNoCancelDialog.showYesNoCancelDialog(Window parentWindow,
OptionType optionType,
String yesNoText) |
static DialogState |
YesNoDialog.showYesNoDialog(Window parentWindow,
OptionType optionType,
String yesNoText) |
| Constructor and Description |
|---|
OptionDialog(Window parentWindow,
String optionText,
OptionType optionType) |
OptionDialog(Window parentWindow,
String optionText,
OptionType optionType,
OptionButton[] buttonList) |
OptionDialog(Window parentWindow,
String optionText,
OptionType optionType,
OptionButton[] buttonList,
OptionPanel optionPanel) |
OptionDialog(Window parentWindow,
String optionText,
OptionType optionType,
OptionPanel optionPanel) |
YesNoCancelDialog(Window parentWindow,
OptionType optionType,
String yesNoText) |
YesNoDialog(Window parentWindow,
OptionType optionType,
String yesNoText) |
Copyright © 2017. All rights reserved.