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

java.lang.Object
  |
  +--org.sape.carbon.services.console.ObjectTreeModel.ConfigNode
All Implemented Interfaces:
ObjectTreeModel.TreeNode
Direct Known Subclasses:
ObjectTreeModel.ArrayNodeConfigurationValue
Enclosing class:
ObjectTreeModel

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


Field Summary
private  BeanInfo beanInfo
           
private  Configuration config
           
private static List IGNORED_ATTRIBUTES
           
 
Constructor Summary
ObjectTreeModel.ConfigNode(Configuration config)
           
 
Method Summary
 ObjectTreeModel.TreeNode[] getChildren()
           
 Class getType()
           
 Object getValue()
           
 boolean isEditable()
           
 void setValue(Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

config

private Configuration config

beanInfo

private BeanInfo beanInfo

IGNORED_ATTRIBUTES

private static final List IGNORED_ATTRIBUTES
Constructor Detail

ObjectTreeModel.ConfigNode

public ObjectTreeModel.ConfigNode(Configuration config)
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 value)
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.