public interface PdoTreeFactory
PdoTrees.| Modifier and Type | Method and Description |
|---|---|
PdoTree |
createPdoTree()
Creates an empty tree.
|
PdoTree |
createPdoTree(Collection<?> objects)
Creates a tree.
If the given object is a Collection the objects of the collection will be shown in the tree. |
PdoTree |
createPdoTree(Object object)
Creates a tree.
If the given object is a Collection the objects of the collection will be shown in the tree. |
static PdoTreeFactory |
getInstance()
The singleton.
|
static PdoTreeFactory getInstance()
PdoTree createPdoTree(Collection<?> objects)
Collection the objects of the collection will be shown in the tree. If it is some
other object, only that object is shown.PersistentDomainObjects.
objects - the objects, null if empty tree
PdoTree createPdoTree(Object object)
Collection the objects of the collection will be shown in the tree. If it is some
other object, only that object is shown.PersistentDomainObjects.
object - the object or collection of objects, null if empty tree
PdoTree createPdoTree()
Tentackle - distributed, domain- and model-driven