|
|||||||||
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 com.ibm.commons.swt.data.controls.tabletree.PrimitiveValueNode
public class PrimitiveValueNode
A tree node representing the value of a primative member.
DCPropertyTree
Constructor Summary | |
---|---|
PrimitiveValueNode(TreeNode parent,
java.lang.Object object,
IAttribute attribute)
Creates a new instance of this class. |
Method Summary | |
---|---|
void |
fillItem()
Fill the contents of the corresponding TreeItem. |
PropertyEditor |
getPropertyEditor()
Returns a property editor that is associated with the current node. |
java.lang.String |
getValue()
Returns the value of the current node |
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, 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 PrimitiveValueNode(TreeNode parent, java.lang.Object object, IAttribute attribute)
parent
- the parent tree node of the current nodeobject
- the object being displayed by the treeattribute
- the attribute being represented by the current [this] tree nodeMethod Detail |
---|
public void fillItem()
TreeNode
TreeNode.getTreeItem()
and manipulate the resulting TreeItem.
fillItem
in class TreeNode
public PropertyEditor getPropertyEditor()
MemberNode
getPropertyEditor
in class MemberNode
public java.lang.String getValue()
PrimitiveContainerNode
getValue
in class PrimitiveContainerNode
public void setValue(java.lang.String value)
PrimitiveContainerNode
setValue
in class PrimitiveContainerNode
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 |