Uses of Class
net.thevpc.netbeans.launcher.model.NetbeansWorkspace
Packages that use NetbeansWorkspace
Package
Description
-
Uses of NetbeansWorkspace in net.thevpc.netbeans.launcher.model
Methods in net.thevpc.netbeans.launcher.model that return NetbeansWorkspaceMethods in net.thevpc.netbeans.launcher.model that return types with arguments of type NetbeansWorkspaceModifier and TypeMethodDescriptionNetbeansConfig.getWorkspaces()ObservableNetbeansConfig.getWorkspaces()Methods in net.thevpc.netbeans.launcher.model with parameters of type NetbeansWorkspaceMethod parameters in net.thevpc.netbeans.launcher.model with type arguments of type NetbeansWorkspaceModifier and TypeMethodDescriptionvoidNetbeansConfig.setWorkspaces(List<NetbeansWorkspace> workspaces) -
Uses of NetbeansWorkspace in net.thevpc.netbeans.launcher.service
Methods in net.thevpc.netbeans.launcher.service that return NetbeansWorkspaceModifier and TypeMethodDescriptionNetbeansWorkspaceService.convertToNetbeansWorkspace(NetbeansInstallation i) NetbeansWorkspaceService.detectNetbeansWorkspaces(boolean autoAdd) NetbeansWorkspaceService.findNetbeansWorkspace(String w) NetbeansWorkspaceService.findNetbeansWorkspace(String path, String userdir, String cachedir) NetbeansWorkspaceService.findNetbeansWorkspace(NetbeansWorkspace w) NetbeansWorkspaceService.findNetbeansWorkspaces()NetbeansWorkspaceService.findNetbeansWorkspacesByInstallationPath(String path) NetbeansWorkspaceService.findNetbeansWorkspacesWorkspacesByJdkPath(String path) Methods in net.thevpc.netbeans.launcher.service that return types with arguments of type NetbeansWorkspaceMethods in net.thevpc.netbeans.launcher.service with parameters of type NetbeansWorkspaceModifier and TypeMethodDescriptionbooleanNetbeansWorkspaceService.addNetbeansWorkspace(NetbeansWorkspace o, NetbeansInstallationStore store) String[]NetbeansProcessService.createNetbeansRunCommand(NetbeansWorkspace w) NetbeansWorkspaceService.detectNetbeansGroups(NetbeansWorkspace w) NetbeansWorkspaceService.findNetbeansWorkspace(NetbeansWorkspace w) NetbeansWorkspaceService.getCachedirProposal(NetbeansWorkspace w) String[]NetbeansWorkspaceService.getCachedirProposals(NetbeansWorkspace w) NetbeansWorkspaceService.getUserdirProposal(NetbeansWorkspace w) String[]NetbeansWorkspaceService.getUserdirProposals(NetbeansWorkspace w) NetbeansProcessService.launchNetbeans(NetbeansWorkspace w) voidNetbeansWorkspaceService.removeNetbeansWorkspace(NetbeansWorkspace w) booleanNetbeansWorkspaceService.saveNetbeansWorkspace(NetbeansWorkspace w) -
Uses of NetbeansWorkspace in net.thevpc.netbeans.launcher.ui
Methods in net.thevpc.netbeans.launcher.ui with parameters of type NetbeansWorkspaceModifier and TypeMethodDescriptionvoidMainWindowSwing.onAddWorkspace(NetbeansWorkspace w) voidMainWindowSwing.onEditWorkspace(NetbeansWorkspace w) voidMainWindowSwing.startWorkspace(NetbeansWorkspace w) -
Uses of NetbeansWorkspace in net.thevpc.netbeans.launcher.ui.panes
Methods in net.thevpc.netbeans.launcher.ui.panes that return NetbeansWorkspaceModifier and TypeMethodDescriptionNetbeansWorkspaceListPane.getSelectedWorkspace()WorkspacePane.getWorkspace()NetbeansWorkspaceListPane.getWorkspaces()Methods in net.thevpc.netbeans.launcher.ui.panes with parameters of type NetbeansWorkspaceModifier and TypeMethodDescriptionstatic booleanNetbeansWorkspaceListPane.isStarted(NetbeansWorkspace w) voidWorkspacePane.onAddWorkspace(NetbeansWorkspace w) voidWorkspacePane.onEditWorkspace(NetbeansWorkspace w) voidNetbeansWorkspaceListPane.setSelectedWorkspace(NetbeansWorkspace w) static booleanNetbeansWorkspaceListPane.setStarted(NetbeansWorkspace w) static booleanNetbeansWorkspaceListPane.setStopped(NetbeansWorkspace w) voidWorkspacePane.setWorkspace(NetbeansWorkspace w) -
Uses of NetbeansWorkspace in net.thevpc.netbeans.launcher.util
Methods in net.thevpc.netbeans.launcher.util with parameters of type NetbeansWorkspaceModifier and TypeMethodDescriptionstatic booleanNbUtils.isRunning(NetbeansWorkspace nb, NbProcess[] all) static booleanNbUtils.isRunningWithCache(NetbeansWorkspace nb) static voidNbUtils.setTempRunning(NetbeansWorkspace nb, boolean value)