|
|||||||||
| Home >> All >> org >> jext >> [ project overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jext.project
Interface ProjectManagement

- All Known Implementing Classes:
- DefaultProjectManagement
- public interface ProjectManagement
The interface which should be implemented by all Jext project management
plugins. This has been made separate from ProjectManager so
that the plugin class itself does not have to implement the much heavier
ProjectManager interface.
| Method Summary | |
java.lang.String |
getLabel()
Returns the String to use as a description of this
ProjectManagement in a list. |
ProjectManager |
getProjectManager()
Returns the ProjectManager for this
ProjectManagement. |
| Method Detail |
getLabel
public java.lang.String getLabel()
- Returns the
Stringto use as a description of thisProjectManagementin a list.
getProjectManager
public ProjectManager getProjectManager()
- Returns the
ProjectManagerfor thisProjectManagement.
|
|||||||||
| Home >> All >> org >> jext >> [ project overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC