| Package | Description |
|---|---|
| net.thevpc.netbeans.launcher.ui | |
| net.thevpc.netbeans.launcher.ui.panes |
| Modifier and Type | Field and Description |
|---|---|
protected AppPaneType |
AppPane.paneType |
| Modifier and Type | Method and Description |
|---|---|
AppPaneType |
AppPane.getPaneType() |
static AppPaneType |
AppPaneType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppPaneType[] |
AppPaneType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AppPane |
MainWindowSwing.getPane(AppPaneType type) |
void |
MainWindowSwing.setSelectedPane(AppPaneType type) |
| Constructor and Description |
|---|
AppPane(AppPaneType paneType,
AppPanePos pos,
MainWindowSwing win) |
| Modifier and Type | Method and Description |
|---|---|
void |
JVMOptions.init(AppPaneType lastType,
Consumer<Boolean> supp) |
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.