org.netbeans.modules.projectui 1.35.0

org.netbeans.modules.project.ui.api
Class UnloadedProjectInformation

java.lang.Object
  extended by org.netbeans.modules.project.ui.api.UnloadedProjectInformation

public final class UnloadedProjectInformation
extends Object

Lite version of information about project.

Since:
1.9.0

Method Summary
 String getDisplayName()
          Gets a human-readable display name for the project.
 Icon getIcon()
          Gets icon for given project.
 URL getURL()
          Gets URL of the project folder location Use ProjectManager#findProject to get the project
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getDisplayName

public String getDisplayName()
Gets a human-readable display name for the project. May contain spaces, international characters, etc.

Returns:
a display name for the project

getIcon

public Icon getIcon()
Gets icon for given project. Usually determined by the project type.

Returns:
icon of the project.

getURL

public URL getURL()
Gets URL of the project folder location Use ProjectManager#findProject to get the project

Returns:
url of the project folder

toString

public String toString()
Overrides:
toString in class Object

org.netbeans.modules.projectui 1.35.0

Built on May 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.