Package | Description |
---|---|
org.jacp.javafx.rcp.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 |
---|---|
void |
JACPOptionPane.setDefaultButton(JACPDialogButton defaultButton) |
JACPOptionPaneBuilder |
JACPOptionPaneBuilder.setDefaultButton(JACPDialogButton defaultButton)
Sets the default button.
|