| Class | Description |
---|
| AlarmAttachment |
This attachment defines the new alarm representation
on network, typically an alarm bubble with a text
inside to indicate the alarm severity, alarm count etc. |
| Attachment |
Attachment class defines an visible attachment for an element
displayed on network canvas. |
| BackgroundUI |
This ui class responsible for drawing background content
on network background canvas that is displayed behind all elements. |
| BasicAttachment |
This is a simple implementation of network element attachment. |
| EditAttachment |
This attachment displays some indicators on element ui
to indicate current element is editable. |
| ElementUI |
Element ui is extends from UIComponent
and responsible for drawing element content on
network canvas. |
| GridUI |
This grid ui draw grid element on network canvas. |
| GroupUI |
Group ui used to draw group element on network canvas. |
| IconsAttachment |
This icon attachment display all attached icons
on element body. |
| LabelAttachment |
Label attachment is defined to display element name as
a label on network canvas. |
| LinkHandlerAttachment |
This attachment draw the link bundle handler for link ui. |
| LinkUI |
This link ui used to draw link on network canvas. |
| NodeUI |
This node ui responsible for draw node on
network canvas. |
| RotatableNodeUI |
This RotatableNodeUI responsible for draw node on network canvas. |
| ShapeLinkUI |
This is the element ui for ShapeLink. |
| ShapeNodeUI |
This class defines the element ui used to draw
shape node content on network canvas. |