intarsys runtime library

Uses of Class
de.intarsys.tools.tree.CommonNode

Packages that use CommonNode
de.intarsys.tools.tree   
 

Uses of CommonNode in de.intarsys.tools.tree
 

Classes in de.intarsys.tools.tree with type parameters of type CommonNode
 class CommonNodeFactory<T extends CommonNode>
          The common implementation of a CommonNode factory.
 

Subclasses of CommonNode in de.intarsys.tools.tree
 class BeanPropertiesNode
          A PropertiesNode that reflects the object properties using plain Java beans techniques.
 class DeclaredPropertiesNode
          A generic PropertiesNode to collect predefined property children.
 class NoneNode
          The "none" node.
 class PropertiesNode
          A common superclass for a node providing some grouped detail information on a properties subset of its parent.
 class PropertyNode
          A common superclass for a node providing detail information on a specifc property of its parent.
 

Methods in de.intarsys.tools.tree that return CommonNode
 CommonNode[] NodeHandlerAdapter.createChildren(CommonNode node)
           
 CommonNode[] INodeHandler.createChildren(CommonNode node)
           
 CommonNode<?>[] CommonNode.getChildren()
          Return all child nodes of this.
static CommonNode<?> CommonNode.getNode(CommonNode<?> parent, CommonNodeFactory<?> role, Object object)
          Return the node associated with object.
 CommonNode<?> CommonNode.getParent()
          The optional parent node.
 CommonNode CommonNodeFactory.lookupNode(CommonNode parent, Object object)
           
 

Methods in de.intarsys.tools.tree with parameters of type CommonNode
 void DeclaredPropertiesNode.addPropertyNode(CommonNode node)
           
 CommonNode[] NodeHandlerAdapter.createChildren(CommonNode node)
           
 CommonNode[] INodeHandler.createChildren(CommonNode node)
           
abstract  T CommonNodeFactory.createNode(CommonNode parent, Object object)
           
static CommonNode<?> CommonNode.getNode(CommonNode<?> parent, CommonNodeFactory<?> role, Object object)
          Return the node associated with object.
 boolean NodeHandlerAdapter.hasChildren(CommonNode node)
           
 boolean INodeHandler.hasChildren(CommonNode node)
           
 CommonNode CommonNodeFactory.lookupNode(CommonNode parent, Object object)
           
 void CommonNodeFactory.registerNode(CommonNode parent, CommonNode node)
           
 void CommonNodeFactory.registerNode(CommonNode parent, CommonNode node)
           
 void DeclaredPropertiesNode.removePropertyNode(CommonNode node)
           
 

Constructors in de.intarsys.tools.tree with parameters of type CommonNode
BeanPropertiesNode(CommonNode parent, Object object)
           
DeclaredPropertiesNode(CommonNode parent, Object object)
           
NoneNode(CommonNode parent, Object object)
           
PropertyNode(CommonNode parent, Object object, String label, String name, boolean reusable)
           
 


intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.