| Package | Description |
|---|---|
| org.smallmind.swing.dialog | |
| org.smallmind.swing.panel |
| Modifier and Type | Method and Description |
|---|---|
DialogState |
OptionButton.getButtonState() |
DialogState |
OptionDialog.getDialogState() |
DialogState |
DialogEvent.getEventState() |
static DialogState |
YesNoCancelDialog.showYesNoCancelDialog(Window parentWindow,
OptionType optionType,
String yesNoText) |
static DialogState |
YesNoDialog.showYesNoDialog(Window parentWindow,
OptionType optionType,
String yesNoText) |
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 |
WizardDialog.fireDialogHandler(DialogState dialogState) |
void |
OptionDialog.setDialogState(DialogState dialogState) |
String |
ProgressOptionPanel.validateOption(DialogState dialogState) |
| Constructor and Description |
|---|
DialogEvent(Object source,
DialogState eventState) |
OptionButton(String buttonName,
DialogState buttonState) |
| Modifier and Type | Method and Description |
|---|---|
DialogState |
OptionPanel.getDialogState() |
| Modifier and Type | Method and Description |
|---|---|
void |
OptionPanel.setDialogSate(DialogState dialogState) |
abstract String |
OptionPanel.validateOption(DialogState dialogState) |
Copyright © 2017. All rights reserved.