Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jext.project
Interface ProjectManagement  view ProjectManagement download ProjectManagement.java

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 String to use as a description of this ProjectManagement in a list.


getProjectManager

public ProjectManager getProjectManager()
Returns the ProjectManager for this ProjectManagement.