public interface LogicalViewProvider extends PathFinder
Project
to supply
a logical view of itself.Project.getLookup()
,
ProjectIconAnnotator
Modifier and Type | Method and Description |
---|---|
Node |
createLogicalView()
Create a logical view node.
|
findPath
Node createLogicalView()
For the root node; any files contained in the project will
be considered as badging sources automatically. Other subnodes representing
various collections of files may still need explicit badging logic.
As of org.netbeans.modules.projectuiapi/1 1.31
CommonProjectActions.forType(java.lang.String)