|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.commons.swt.data.controls.tabletree.TreeNode com.ibm.commons.swt.data.controls.tabletree.MemberNode com.ibm.commons.swt.data.controls.tabletree.PrimitiveCollectionNode
public class PrimitiveCollectionNode
A node representing a particular member in the tree. The node represents a primative member.
DCPropertyTree
Constructor Summary | |
---|---|
PrimitiveCollectionNode(TreeNode parent,
java.lang.Object object,
ICollection collection)
Creates a new instance of this class. |
Method Summary | |
---|---|
void |
fillItem()
Fill the contents of the corresponding TreeItem. |
void |
fillNode(TreeNode parent,
java.lang.Object object,
ICollection collection,
IValueCollection values)
Adds a primative node to the tree. |
Methods inherited from class com.ibm.commons.swt.data.controls.tabletree.MemberNode |
---|
getMember, getObjectContainer, getPropertyEditor, isVisible |
Methods inherited from class com.ibm.commons.swt.data.controls.tabletree.TreeNode |
---|
addChild, clearChildrenNode, dispose, fillNode, getChildren, getDataChangeNotifier, getLoader, getParent, getPropertyTree, getRootNode, getTreeItem, isShowing, refreshTree, toEdit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrimitiveCollectionNode(TreeNode parent, java.lang.Object object, ICollection collection)
parent
- the parent node of the current nodeobject
- the object being displayed in the treecollection
- Method Detail |
---|
public void fillNode(TreeNode parent, java.lang.Object object, ICollection collection, IValueCollection values)
parent
- the parent node of the current nodeobject
- the object being displayed in the tree controlcollection
- the collection being displayed by this nodevalues
- the values of the items in the collectionpublic void fillItem()
TreeNode
TreeNode.getTreeItem()
and manipulate the resulting TreeItem.
fillItem
in class TreeNode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |