GWT 2.7.0

Uses of Class
com.google.gwt.user.client.ui.TabBar

Packages that use TabBar
com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. 
 

Uses of TabBar in com.google.gwt.user.client.ui
 

Subclasses of TabBar in com.google.gwt.user.client.ui
 class DecoratedTabBar
           A TabBar that wraps each tab in a 2x3 grid (six box), which allows users to add rounded corners.
 

Methods in com.google.gwt.user.client.ui that return TabBar
 TabBar TabPanel.getTabBar()
          Gets the tab bar within this tab panel.
 

Methods in com.google.gwt.user.client.ui with parameters of type TabBar
static void ListenerWrapper.WrappedTabListener.add(TabBar source, TabListener listener)
          Deprecated. will be removed in GWT 2.0 along with the listener classes
 


GWT 2.7.0