Uses of Class
com.ibm.ccd.ui.dataobjects.view.TabView

Packages that use TabView
com.ibm.ccd.ui.dataobjects.view   
 

Uses of TabView in com.ibm.ccd.ui.dataobjects.view
 

Methods in com.ibm.ccd.ui.dataobjects.view that return TabView
protected static TabView[] CatalogViewParser.getSingleView(org.w3c.dom.Element root)
          return one single view without tab
 TabView[] CatalogViewMaster.getTabGroup()
           
protected static TabView[] CatalogViewParser.getTabView(org.w3c.dom.Element root)
          Get TabView from the XML Element
 

Methods in com.ibm.ccd.ui.dataobjects.view with parameters of type TabView
 void CatalogViewMaster.setTabGroup(TabView[] views)
           
 

Constructors in com.ibm.ccd.ui.dataobjects.view with parameters of type TabView
CatalogViewMaster(java.lang.String containerViewName, java.lang.String containerName, TabView[] tabGroup)