com.pmease.quickbuild.extensionpoint
Interface ConfigurationOverviewContribution

All Known Implementing Classes:
CategoryAggregationOverview

public interface ConfigurationOverviewContribution

This extension point contributes panels to the build dash board (or overview) screen.


Method Summary
 int getOrder()
          Get order of this contribution.
 java.util.List<PanelCreator> getPanelCreators()
          Get list of panel creators which will create the panels and add to the configuration dash board.
 

Method Detail

getPanelCreators

java.util.List<PanelCreator> getPanelCreators()
Get list of panel creators which will create the panels and add to the configuration dash board. Current configuration can be obtained by calling Context.getConfiguration().

Returns:
null or empty list should be returned if no panels should be contributed.

getOrder

int getOrder()
Get order of this contribution. This value determines panel orders on the configuration dash board screen.

Returns:


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.