|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
com.tivoli.twg.guilibs.UFTreeListViewObject
com.BobCo.snapins.ProgramGroupData
ProgramGroupData is used to represent a program group within a UFTreeListView. It inherits from the base UFTreeListViewObject and add CIM instance information to each node in the tree.
Field Summary |
---|
Fields inherited from class com.tivoli.twg.guilibs.UFTreeListViewObject |
---|
DEFAULT_SORT_WEIGHT |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
ProgramGroupData(java.lang.String text,
javax.swing.ImageIcon image,
com.tivoli.twg.cim.aCIMInstance cimInstance)
Constructor for ProgramGroupData. |
Method Summary | |
---|---|
com.tivoli.twg.cim.aCIMInstance |
getCIMInstance()
Retrieve the CIM instance data for the program group. |
java.lang.String |
getFullName()
Retrieve the full name of the program group. |
Methods inherited from class com.tivoli.twg.guilibs.UFTreeListViewObject |
---|
compareCaption, getCaption, getCaptionBackgroundColor, getCaptionFont, getCaptionForegroundColor, getExpandedImage, getImage, getLargeExpandedImage, getLargeImage, getSortWeight, getStatusDefinitions, isASource, isATarget, isEnabled, isTargetable, resetViewProperties, setAsSource, setAsTarget, setAsTargetable, setCaption, setCaptionBackgroundColor, setCaptionFont, setCaptionForegroundColor, setEnabled, setExpandedImage, setImage, setLargeExpandedImage, setLargeImage, setSortWeight, setStatusDefinitions, toString, useExpandImage |
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProgramGroupData(java.lang.String text, javax.swing.ImageIcon image, com.tivoli.twg.cim.aCIMInstance cimInstance)
text
- - full name of the program groupimage
- - icon image to displaycimInstance
- - CIM instance dataMethod Detail |
public com.tivoli.twg.cim.aCIMInstance getCIMInstance()
public java.lang.String getFullName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |