com.pmease.quickbuild.extensionpoint
Interface StatisticsTabContribution

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CategoryAggregationStatsTab, CategoryStatisticsTab

public interface StatisticsTabContribution
extends java.io.Serializable

This extension point contributes tabs to the statistics page.


Method Summary
 int getOrder()
          Get order of the tabs.
 java.util.List<Tab> getTabs()
          Get list of tabs to be contributed to the statistics page of current configuration.
 

Method Detail

getTabs

java.util.List<Tab> getTabs()
Get list of tabs to be contributed to the statistics page of current configuration. Current configuration can be obtained by calling Context#getConfiguration().

Returns:
null or empty list if no tabs will be contributed.

getOrder

int getOrder()
Get order of the tabs. This value will be used to determine order of the tabs on the statistics page.

Returns:


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