|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.commons.swt.data.controls.tabletree.TreeNode
com.ibm.commons.swt.data.controls.tabletree.MemberNode
com.ibm.commons.swt.data.controls.tabletree.ObjectContainerNode
public abstract class ObjectContainerNode
An abstract class to be used to get and set the value of a node.
DCPropertyTree| Constructor Summary | |
|---|---|
ObjectContainerNode(TreeNode parent,
java.lang.Object object,
IMember member)
Creates a new instance of this class. |
|
| Method Summary | |
|---|---|
abstract java.lang.Object |
getValue()
Gets the value of the current tree node. |
abstract void |
setValue(java.lang.Object object)
Sets the value of the current tree node. |
| 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, fillItem, 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 ObjectContainerNode(TreeNode parent,
java.lang.Object object,
IMember member)
parent - the parent TreeNodeobject - the object being displayed in the treemember - the member that this node represents| Method Detail |
|---|
public abstract java.lang.Object getValue()
public abstract void setValue(java.lang.Object object)
object - an object representing the value of the current node.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||