| Package | Description |
|---|---|
| net.thevpc.netbeans.launcher.model | |
| net.thevpc.netbeans.launcher.ui.panes |
| Modifier and Type | Method and Description |
|---|---|
static ConfirmResult |
ConfirmResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfirmResult[] |
ConfirmResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfirmPane.initOkCancel(AppPaneType lastType,
SwingToolkit.Message title,
SwingToolkit.Message desc,
Consumer<ConfirmResult> supp) |
void |
ConfirmPane.initYesNoCancel(AppPaneType lastType,
SwingToolkit.Message title,
SwingToolkit.Message desc,
Consumer<ConfirmResult> supp) |
Copyright © 2022 vpc open source initiative. All rights reserved.