|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides access to important node places.
Method Summary | |
Node |
controlPanel()
Deprecated. Typically no longer meaningful. |
Node |
environment()
Get the environment node. |
Node |
loaderPool()
Get a node with all installed loaders. |
Node |
packages(DataFilter f)
Get a root of packages with a given data filter. |
Node |
project()
Deprecated. Typically no longer meaningful. |
Node |
projectDesktop()
Get the Desktop node for the current project. |
Node |
repository()
Get the Repository node. |
Node |
repository(DataFilter f)
Get a Repository node with a given data filter. |
Node |
repositorySettings()
Get the Repository settings node. |
Node[] |
roots()
Get all root nodes. |
Node |
session()
Deprecated. Typically no longer meaningful. |
Node |
workspaces()
Get a node with all workspaces. |
Method Detail |
public Node repository()
public Node repository(DataFilter f)
f
- the requested filterpublic Node packages(DataFilter f)
f
- the requested filterpublic Node loaderPool()
public Node controlPanel()
public Node project()
public Node environment()
public Node session()
public Node workspaces()
public Node repositorySettings()
public Node projectDesktop()
Warning! do not assume that this node does anything in particular. It is just a node, its contents are unspecified, though it might have some useful cookies. If you are looking for the IDE's "current project" or similar information you are likely to be disappointed.
public Node[] roots()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |