| Interface | Description |
|---|---|
| INodeHandler |
This strategy object allows modification of a
CommonNode behavior if
it is not appropriate to create a subclass of its own. |
| Class | Description |
|---|---|
| BeanPropertiesNode |
A
PropertiesNode that reflects the object properties using plain Java
beans techniques. |
| CommonNode<T> |
A common implementation for a node in a tree.
|
| CommonNodeFactory<T extends CommonNode> |
The common implementation of a
CommonNode factory. |
| DeclaredPropertiesNode |
A generic
PropertiesNode to collect predefined property children. |
| NodeHandlerAdapter | |
| NoneNode |
The "none" node.
|
| PACKAGE | |
| PropertiesNode |
A common superclass for a node providing some grouped detail information on a
properties subset of its parent.
|
| PropertyNode |
A common superclass for a node providing detail information on a specifc
property of its parent.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.