com.pmease.quickbuild.extensionpoint
Interface MainTabContribution


public interface MainTabContribution

This extension point contributes main tabs at top of the screen.


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

Method Detail

getTabs

java.util.List<MainTab> getTabs()
Get tabs that will be contributed to the main page.

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 main tabs if there are multiple contributions.

Returns:


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