Package org.databene.commons.tree

Provides implementation and framework for org.databene.model.TreeModel

See:
          Description

Interface Summary
Child<I> Represents an identifiable Object that knows the identifier of its parent.
ChildModel<I,V> Defines a contract of mapping arbitrary objects to a parent/child structure.
 

Class Summary
ChildTreeModel<I,V> Adapts a ChildModel to a TreeModel.
DefaultChildModel<I,V extends Child<I>> The default implementation of the ChildModel interface which expects its elements to implement the Child interface.
DefaultTreeModel<E> Default implementation of a TreeModel.
DefaultTreeNode<E> Default implementation of a tree node.
TreeIterator<E> Iterates a tree forward and backward.
 

Package org.databene.commons.tree Description

Provides implementation and framework for org.databene.model.TreeModel



Copyright © 2010. All Rights Reserved.