|
org.netbeans.modules.projectui 1.35.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.modules.project.ui.api.RecentProjects
public final class RecentProjects
Provides simple information about recent projects and fires PropertyChangeEvent in case of change in the list of recent projects
| Field Summary | |
|---|---|
static String |
PROP_RECENT_PROJECT_INFO
Property representing recent project information |
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a listener, use WeakListener or properly remove listeners |
static RecentProjects |
getDefault()
|
List<UnloadedProjectInformation> |
getRecentProjectInformation()
Gets simple info UnloadedProjectInformation about recent projects in IDE. |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a listener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROP_RECENT_PROJECT_INFO
| Method Detail |
|---|
public static RecentProjects getDefault()
public List<UnloadedProjectInformation> getRecentProjectInformation()
UnloadedProjectInformation about recent projects in IDE.
Project in the list might not exist or might not be valid e.g. in case when
project was deleted or changed. It's responsibility of the user of the API
to make sure the project exists and is valid.
public void addPropertyChangeListener(PropertyChangeListener listener)
listener - listener to be addedpublic void removePropertyChangeListener(PropertyChangeListener listener)
listener - listener to be removed
|
org.netbeans.modules.projectui 1.35.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||