org.netbeans.api.project
Class ProjectManager.Result
java.lang.Object
org.netbeans.api.project.ProjectManager.Result
- Enclosing class:
- ProjectManager
public static final class ProjectManager.Result
- extends Object
A result (immutable) object returned from ProjectManager.isProject2(org.openide.filesystems.FileObject)
method.
To be created by ProjectFactory2
project factories.
- Since:
- org.netbeans.modules.projectapi 1.22
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectManager.Result
public ProjectManager.Result(Icon icon)
getIcon
public Icon getIcon()
- Get the project icon.
- Returns:
- project type icon for the result or null if the icon cannot be found this way.