All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
confirmAndExit() |
net.thevpc.nuts.NutsApplicationContext |
getAppContext() |
NetbeansConfigService |
getConfigService() |
AppPane |
getPane(AppPaneType type) |
AppPane[] |
getPanes() |
SwingToolkit |
getToolkit() |
boolean |
isCompact() |
static void |
launch(net.thevpc.nuts.NutsApplicationContext appContext,
NbOptions options,
boolean wait) |
void |
onAddWorkspace(NetbeansWorkspace w) |
void |
onChangeCompatStatus(boolean compact) |
void |
onEditWorkspace(NetbeansWorkspace w) |
void |
onPreChangeCompatStatus(boolean compact) |
void |
onRefreshHeader() |
void |
setCompact(boolean compact) |
void |
setSelectedPane(AppPaneType type) |
void |
showConfirmOkCancel(SwingToolkit.Message title,
SwingToolkit.Message message,
Runnable todo) |
void |
showConfirmOkCancel(SwingToolkit.Message title,
SwingToolkit.Message message,
Runnable todo,
Runnable todoElse) |
void |
showConfirmYesNoCancel(SwingToolkit.Message title,
SwingToolkit.Message message,
Runnable yes,
Runnable no,
Runnable cancel) |
void |
start(JFrame primaryStage) |
void |
startWorkspace(NetbeansWorkspace w) |
void |
updateGlobalHeader() |
void |
updateList() |