Uses of Class
twaver.model.HashCollection

Packages that use HashCollection
twaver.alarm   
twaver.model   
 

Uses of HashCollection in twaver.alarm
 

Subclasses of HashCollection in twaver.alarm
 class AlarmBox
          告警容器,用于管理告警对象的数据容器
 

Uses of HashCollection in twaver.model
 

Subclasses of HashCollection in twaver.model
 class DataBox<T extends Data>
          数据容器
 class ElementBox
          网元管理容器,用于网元数据的管理和事件分派
 class LayerBox
          图层管理容器,用于管理网元的图层数据
 class SelectionModel<T extends Data>
          选中模型,用于元素的选中状态管理,可以选中或者取消元素的选中状态
 

Methods in twaver.model that return HashCollection
 HashCollection<T> SelectionModel.getDataSource()
           
 

Constructors in twaver.model with parameters of type HashCollection
SelectionModel(HashCollection<T> box)