edu.uky.rch.ept.projectexplorer
Interface IProjectItemsContributor

All Known Implementing Classes:
ScanContributor

public interface IProjectItemsContributor

A ProjectItemsContributor is used to contribute nodes to the project explorer tree.

A projectItemsContributor can be added to the workbench using the projectItemsContributor element of the edu.uky.rch.ept.projectexplorer.contributions extension point.

Author:
Sandeep Bodapati

Method Summary
 Object[] getContributions(Project parent)
           
 

Method Detail

getContributions

public Object[] getContributions(Project parent)