org.sape.carbon.services.console
Class ObjectTreeModel.DataNode

java.lang.Object
  |
  +--org.sape.carbon.services.console.ObjectTreeModel.DataNode
All Implemented Interfaces:
ObjectTreeModel.TreeNode
Enclosing class:
ObjectTreeModel

public static class ObjectTreeModel.DataNode
extends Object
implements ObjectTreeModel.TreeNode


Field Summary
private  PropertyDescriptor descriptor
           
private  Configuration parent
           
 
Constructor Summary
ObjectTreeModel.DataNode(Configuration parent, PropertyDescriptor pd)
           
 
Method Summary
 ObjectTreeModel.TreeNode[] getChildren()
           
 Class getType()
           
 Object getValue()
           
 boolean isEditable()
           
 void setValue(Object obj)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

parent

private Configuration parent

descriptor

private PropertyDescriptor descriptor
Constructor Detail

ObjectTreeModel.DataNode

public ObjectTreeModel.DataNode(Configuration parent,
                                PropertyDescriptor pd)
Method Detail

getChildren

public ObjectTreeModel.TreeNode[] getChildren()
Specified by:
getChildren in interface ObjectTreeModel.TreeNode

getValue

public Object getValue()
Specified by:
getValue in interface ObjectTreeModel.TreeNode

toString

public String toString()
Overrides:
toString in class Object

setValue

public void setValue(Object obj)
Specified by:
setValue in interface ObjectTreeModel.TreeNode

getType

public Class getType()
Specified by:
getType in interface ObjectTreeModel.TreeNode

isEditable

public boolean isEditable()
Specified by:
isEditable in interface ObjectTreeModel.TreeNode


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.