| Package | Description |
|---|---|
| com.izforge.izpack.api.data |
| Modifier and Type | Method and Description |
|---|---|
Panel.ConfirmQuitType |
Panel.getConfirmQuitType()
Gets the behavior when quit is pressed on this panel.
|
static Panel.ConfirmQuitType |
Panel.ConfirmQuitType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Panel.ConfirmQuitType[] |
Panel.ConfirmQuitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Panel.setConfirmQuitType(Panel.ConfirmQuitType value)
Sets the behavior when quit is pressed on this panel.
|
Copyright © 2001–2025. All rights reserved.