org.netbeans.modules.projectapi/1 1.36.1

org.netbeans.api.project
Class ProjectManager.Result

java.lang.Object
  extended by 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

Constructor Summary
ProjectManager.Result(Icon icon)
           
 
Method Summary
 Icon getIcon()
          Get the project icon.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectManager.Result

public ProjectManager.Result(Icon icon)
Method Detail

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.

org.netbeans.modules.projectapi/1 1.36.1

Built on October 11 2012.  |  Portions Copyright 1997-2012 Sun Microsystems, Inc. All rights reserved.