|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataMapper
Mapper for an object that is displayed in the tree.
| Method Summary | |
|---|---|
LeafNode |
createLeafNode()
Create the leaf node for the data object. |
PropertyNode |
createPropertyNode(int level)
Create the propertyNode of the level. |
int |
getLevels()
Get the number of levels without the leafnode. |
void |
init(java.lang.Object data)
Initialize the mapper with a special object. |
| Method Detail |
|---|
int getLevels()
PropertyNode createPropertyNode(int level)
level - Node level
LeafNode createLeafNode()
void init(java.lang.Object data)
data - Initialization data passed by the caller
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||