| Package | Description |
|---|---|
| de.intarsys.tools.tree |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonNodeFactory<T extends CommonNode>
The common implementation of a
CommonNode factory. |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
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) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.