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

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

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

Methods in com.ibm.ccd.ui.dataobjects.view that return AttributeCollectionView
protected static AttributeCollectionView[] CatalogViewParser.getAllAttributeCollectionView(org.w3c.dom.Element viewRootElement, org.w3c.dom.Element tab)
          get the AttributeCollectionView object from XML Element
 AttributeCollectionView[] TabView.getCollection()
           
 

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

Constructors in com.ibm.ccd.ui.dataobjects.view with parameters of type AttributeCollectionView
TabView(java.lang.String tabName, AttributeCollectionView[] collection)