| Package | Description |
|---|---|
| org.quickstart.controls.optionPane |
| Modifier and Type | Method and Description |
|---|---|
static JACPDialogButton |
JACPDialogButton.fromId(int id)
From id.
|
static JACPDialogButton |
JACPDialogButton.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JACPDialogButton[] |
JACPDialogButton.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JACPOptionPaneBuilder |
JACPOptionPaneBuilder.setDefaultButton(JACPDialogButton defaultButton)
Sets the default button.
|
void |
JACPOptionPane.setDefaultButton(JACPDialogButton defaultButton)
Sets the default button.
|