|
|||||||||
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.PrimitiveContainerNode
public abstract class PrimitiveContainerNode
An abstract class to be used to get and set the value of a primative node.
DCPropertyTree
Constructor Summary | |
---|---|
PrimitiveContainerNode(TreeNode parent,
java.lang.Object object,
IMember member)
Creates a new instance of this class. |
Method Summary | |
---|---|
abstract java.lang.String |
getValue()
Returns the value of the current node |
abstract void |
setValue(java.lang.String value)
Sets the value of the current 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 PrimitiveContainerNode(TreeNode parent, java.lang.Object object, IMember member)
parent
- the parent node of the current nodeobject
- the object being displayed in the treemember
- the member that the current node representsMethod Detail |
---|
public abstract java.lang.String getValue()
public abstract void setValue(java.lang.String value)
value
- a value which will be converted to a primative value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |