|
org.netbeans.modules.projectuiapi/1 1.24.0 6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.spi.project.ui.support.NodeFactorySupport
public class NodeFactorySupport
Support class for creating Project node's children nodes from NodeFactory instances in layers.
Method Summary | |
---|---|
static Children |
createCompositeChildren(Project project,
String folderPath)
Creates children list that works on top of NodeFactory instances
in layers. |
static NodeList |
fixedNodeList(Node... nodes)
Utility method for creating a non variable NodeList instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Children createCompositeChildren(Project project, String folderPath)
NodeFactory
instances
in layers.
project
- the project which is being displayedfolderPath
- the path in the System Filesystem that is used as root for subnode composition.
The content of the folder is assumed to be NodeFactory
instances
public static NodeList fixedNodeList(Node... nodes)
nodes
- a fixed set of nodes to display
|
org.netbeans.modules.projectuiapi/1 1.24.0 6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |