com.pmease.quickbuild.extensionpoint
Interface ConfigurationTabContribution


public interface ConfigurationTabContribution

This extension point contributes horizontal configuration tabs to the page displaying configuration information.


Method Summary
 int getOrder()
          Get order of the tabs.
 java.util.List<ConfigurationTab> getTabs()
          Get tabs that will be contributed to the configuration page.
 

Method Detail

getTabs

java.util.List<ConfigurationTab> getTabs()
Get tabs that will be contributed to the configuration page. 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 order will be used to determine order of configuration tabs if there are multiple contributions.



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