com.ibm.ccd.ui.dataobjects.view
Class TabView
java.lang.Object
com.ibm.ccd.ui.dataobjects.view.TabView
- All Implemented Interfaces:
- java.io.Serializable
public class TabView
- extends java.lang.Object
- implements java.io.Serializable
TabView contains tabName and Attributecollection view defintion
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TabView
public TabView()
TabView
public TabView(java.lang.String tabName,
AttributeCollectionView[] collection)
getCollection
public AttributeCollectionView[] getCollection()
- Returns:
- collection
getTabName
public java.lang.String getTabName()
- Returns:
- tabName
setCollection
public void setCollection(AttributeCollectionView[] views)
- Parameters:
views
-
setTabName
public void setTabName(java.lang.String tabName)
- Parameters:
tabName
-
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
printME
public void printME()
printME
public void printME(java.io.OutputStream out,
int tabIndex)
printME
public void printME(java.io.OutputStream out,
int tabIndex,
boolean flag)