Uses of Class
twaver.model.ElementBox

Packages that use ElementBox
twaver.alarm   
twaver.core.model   
twaver.model   
twaver.model.io   
twaver.network   
 

Uses of ElementBox in twaver.alarm
 

Methods in twaver.alarm that return ElementBox
 ElementBox AlarmStateStatistics.geElementBox()
          Gets the connected data box.
 ElementBox AlarmBox.getElementBox()
          Get the element box this alarm box connect to.
 

Methods in twaver.alarm with parameters of type ElementBox
 void AlarmStateStatistics.seElementBox(ElementBox box)
          Sets a new data box for this alarm state statistic.
 

Constructors in twaver.alarm with parameters of type ElementBox
AlarmBox(ElementBox elementBox)
          Constructor of AlarmBox.
AlarmStatePropagator(ElementBox dataBox)
          Creator.
AlarmStateStatistics(ElementBox box)
          Creates a a AlarmStateStatistics instance with a given data box object.
AlarmStateStatistics(ElementBox box, java.util.List<AlarmSeverity> alarmSeverities)
          Creates a a AlarmStateStatistics instance with a given data box object.
 

Uses of ElementBox in twaver.core.model
 

Methods in twaver.core.model that return ElementBox
 ElementBox ILayerBox.getElementBox()
           
 

Uses of ElementBox in twaver.model
 

Fields in twaver.model declared as ElementBox
protected  ElementBox LayerBox.elementBox
          网元容器,图层所在的网元容器
 

Methods in twaver.model that return ElementBox
 ElementBox LayerBox.getElementBox()
           
 

Constructors in twaver.model with parameters of type ElementBox
LayerBox(ElementBox elementBox)
          图层管理容器,用于管理网元的图层数据
 

Uses of ElementBox in twaver.model.io
 

Methods in twaver.model.io that return ElementBox
 ElementBox XMLSerializer.deserialize(java.lang.String s)
          字符串反序列化数据到数据容器
 

Uses of ElementBox in twaver.network
 

Fields in twaver.network declared as ElementBox
protected  ElementBox Network.box
          数据容器
 

Methods in twaver.network that return ElementBox
 ElementBox Network.getElementBox()
          获取网元容器
 

Methods in twaver.network with parameters of type ElementBox
 boolean Network.setElementBox(ElementBox box)
          设置网元容器
 

Constructors in twaver.network with parameters of type ElementBox
Network(ElementBox box, Context context)
          拓扑图组件,用于绘制节点,连线,分组,子网等拓扑元素,包含多个子面板, 其中拓扑图在Network.getElementCanvas()面板中绘制,顶层面板Network.getTopCanvas()用于用户交互时的绘制