Class RdbDataTreeModel

  • All Implemented Interfaces:
    TreeModel

    public class RdbDataTreeModel
    extends Object
    implements TreeModel
    Implements TreeModel in order to support late evaluation: "Children" are only fetched when asked for. If this had been based on the DefaultTreeModel, the whole group database would have to be read into the model from the very beginning, which could be a huge amount of data. Root is just a Vector (of IOCNodes). Currently only difference to Vector: toString representation Default was toString of all the elements