Description
TreeDataProvider uses TreeData as its source of data. As far I can see TreeDataProvide only needs a free methods (read-only) of TreeData:
- getRootItems()
- getChildren(item)
- contains(item)
The implementation of TreeDataProvide seems to fulfill my requirements, but I don't want to load all children right at the beginning, but only when the children are needed.
Description
TreeDataProvider uses TreeData as its source of data. As far I can see TreeDataProvide only needs a free methods (read-only) of TreeData:
The implementation of TreeDataProvide seems to fulfill my requirements, but I don't want to load all children right at the beginning, but only when the children are needed.