|
Class Summary |
| DefaultNodeRenderer |
this is the implementation of the default node renderer rendering any object |
| Node |
the node class implements a node storing a
object as value. this class also contains a
static renderer map mapping a Class to a
renderer. |
| RootNode |
implementation of a root node. a root node
is the only node knowing the tree where
all nodes are contained in. |
| StatementNodeRenderer |
the statement node renderer is used to render
a object of the class StatementNode |
| StatementResult |
|
| Tree |
implements a tree class able to layout and paint
a amount of nodes. the tree must me contained in
a container |