| java.lang.Object org.netbeans.modules.project.ui.api.UnloadedProjectInformation
UnloadedProjectInformation | final public class UnloadedProjectInformation (Code) | | Lite version of information about project.
author: Milan Kubec since: 1.9.0 |
UnloadedProjectInformation | UnloadedProjectInformation(String displayName, Icon icon, URL url)(Code) | | Creates a new instance of UnloadedProjectInformation
|
getDisplayName | public String getDisplayName()(Code) | | Gets a human-readable display name for the project.
May contain spaces, international characters, etc.
a display name for the project |
getIcon | public Icon getIcon()(Code) | | Gets icon for given project.
Usually determined by the project type.
icon of the project. |
getURL | public URL getURL()(Code) | | Gets URL of the project folder location
Use
ProjectManager.findProject to get the project
url of the project folder |
|
|