Uses of Interface
twaver.core.model.IHashCollection

Packages that use IHashCollection
twaver.alarm   
twaver.core.model   
twaver.event   
twaver.model   
 

Uses of IHashCollection in twaver.alarm
 

Classes in twaver.alarm that implement IHashCollection
 class AlarmBox
          告警容器,用于管理告警对象的数据容器
 

Uses of IHashCollection in twaver.core.model
 

Subinterfaces of IHashCollection in twaver.core.model
 interface IDataBox<T extends Data>
          数据容器接口,twaver内部使用
 interface IElementBox
          网元容器接口,twaver内部使用
 interface ILayerBox
          图层容器接口,twaver内部使用
 interface ISelectionModel<T extends Data>
          选中模型接口,twaver内部使用
 

Methods in twaver.core.model that return IHashCollection
 IHashCollection<T> ISelectionModel.getDataSource()
          获取该选中模型所用于的数据容器
 

Uses of IHashCollection in twaver.event
 

Constructors in twaver.event with parameters of type IHashCollection
ListEvent(IHashCollection<T> source, java.lang.String kind, java.util.List<T> datas, int index)
          构造函数
ListEvent(IHashCollection<T> source, java.lang.String kind, T data, int index)
          构造函数
ListEvent(IHashCollection<T> source, java.lang.String kind, T data, int oldIndex, int index)
          构造函数
 

Uses of IHashCollection in twaver.model
 

Classes in twaver.model that implement IHashCollection
 class DataBox<T extends Data>
          数据容器
 class ElementBox
          网元管理容器,用于网元数据的管理和事件分派
 class HashCollection<T extends Data>
          数据容器,继承于 HashList,增加数据元素事件监听管理,以及过滤功能,是数据管理容器的基类
 class LayerBox
          图层管理容器,用于管理网元的图层数据
 class SelectionModel<T extends Data>
          选中模型,用于元素的选中状态管理,可以选中或者取消元素的选中状态