| Modifier and Type | Method and Description |
|---|---|
NetbeansWorkspace |
NetbeansConfigService.createNbWorkspace(NetbeansInstallation i) |
NetbeansWorkspace |
NetbeansConfigService.findNbWorkspace(NetbeansWorkspace w) |
NetbeansWorkspace |
NetbeansConfigService.findNbWorkspace(String w) |
NetbeansWorkspace |
NetbeansConfigService.findNbWorkspace(String path,
String userdir,
String cachedir) |
NetbeansWorkspace[] |
NetbeansConfigService.getAllNbWorkspaces() |
NetbeansWorkspace[] |
NetbeansConfigService.getWorkspacesByJdk(String path) |
NetbeansWorkspace[] |
NetbeansConfigService.getWorkspacesByNb(String path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NetbeansConfigService.addNbWorkspace(NetbeansWorkspace o,
NetbeansInstallationStore store) |
String[] |
NetbeansConfigService.createRunCommand(NetbeansWorkspace w) |
NetbeansGroup[] |
NetbeansConfigService.detectNbGroups(NetbeansWorkspace w) |
NetbeansWorkspace |
NetbeansConfigService.findNbWorkspace(NetbeansWorkspace w) |
String |
NetbeansConfigService.getCachedirProposal(NetbeansWorkspace w) |
String[] |
NetbeansConfigService.getCachedirProposals(NetbeansWorkspace w) |
String |
NetbeansConfigService.getUserdirProposal(NetbeansWorkspace w) |
String[] |
NetbeansConfigService.getUserdirProposals(NetbeansWorkspace w) |
void |
NetbeansConfigService.removeNbWorkspace(NetbeansWorkspace w) |
net.thevpc.nuts.NutsExecCommand |
NetbeansConfigService.run(NetbeansWorkspace w) |
boolean |
NetbeansConfigService.saveNbWorkspace(NetbeansWorkspace w) |
| Modifier and Type | Method and Description |
|---|---|
NetbeansWorkspace |
NetbeansWorkspace.copy() |
| Modifier and Type | Method and Description |
|---|---|
List<NetbeansWorkspace> |
NetbeansConfig.getWorkspaces() |
ObservableList<NetbeansWorkspace> |
ObservableNetbeansConfig.getWorkspaces() |
| Modifier and Type | Method and Description |
|---|---|
void |
NetbeansWorkspace.copyFrom(NetbeansWorkspace w) |
| Modifier and Type | Method and Description |
|---|---|
void |
NetbeansConfig.setWorkspaces(List<NetbeansWorkspace> workspaces) |
| Modifier and Type | Method and Description |
|---|---|
void |
MainWindowSwing.onAddWorkspace(NetbeansWorkspace w) |
void |
MainWindowSwing.onEditWorkspace(NetbeansWorkspace w) |
void |
MainWindowSwing.startWorkspace(NetbeansWorkspace w) |
| Modifier and Type | Method and Description |
|---|---|
NetbeansWorkspace |
NbListPane.getSelectedWorkspace() |
NetbeansWorkspace |
WorkspacePane.getWorkspace() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
NbListPane.isStarted(net.thevpc.nuts.NutsApplicationContext ctx,
NetbeansWorkspace w) |
void |
WorkspacePane.onAddWorkspace(NetbeansWorkspace w) |
void |
WorkspacePane.onEditWorkspace(NetbeansWorkspace w) |
void |
NbListPane.setSelectedWorkspace(NetbeansWorkspace w) |
static boolean |
NbListPane.setStarted(net.thevpc.nuts.NutsApplicationContext ctx,
NetbeansWorkspace w) |
static boolean |
NbListPane.setStopped(net.thevpc.nuts.NutsApplicationContext ctx,
NetbeansWorkspace w) |
void |
WorkspacePane.setWorkspace(NetbeansWorkspace w) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
NbUtils.isRunning(NetbeansWorkspace nb,
NbProcess[] all) |
static boolean |
NbUtils.isRunningWithCache(net.thevpc.nuts.NutsApplicationContext ctx,
NetbeansWorkspace nb) |
static void |
NbUtils.setTempRunning(NetbeansWorkspace nb,
boolean value) |
Copyright © 2022 vpc open source initiative. All rights reserved.