|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Optional ability of projects which may have a list of "subprojects". The exact interpretation of this term is at the discretion of the project, but typically subprojects would be "built" as part of this project or somehow used in it as dependencies; or they may just be contained or agglomerated in it somehow.
Method Summary | |
void |
addChangeListener(ChangeListener listener)
Add a listener to changes in the set of subprojects. |
Set |
getSubprojects()
Get a set of projects which this project can be considered to depend upon somehow. |
void |
removeChangeListener(ChangeListener listener)
Remove a listener to changes in the set of subprojects. |
Method Detail |
public Set getSubprojects()
Project
sProjectUtils.hasSubprojectCycles(org.netbeans.api.project.Project, org.netbeans.api.project.Project)
public void addChangeListener(ChangeListener listener)
listener
- a listener to addpublic void removeChangeListener(ChangeListener listener)
listener
- a listener to remove
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |