ViewElements package includes the Containers, Drawables, InteractiveControls and BasicElements packages. These packages contain classes describing the interactive graphic elements.
| Name | Description |
|---|---|
| Connector Parent | |
| Connector Child | |
| Container elements | |
| Drawable elements | |
| Interactive control elements | |
| Basic elements |
VirtualLabBuilder.ViewElements.ParentRoot
| Type | Name | Description |
|---|---|---|
| Integer | nodeReference | Number identifying the component hosting the element |
| Boolean | borderLayout | True if the component hosting the element has the BorderLayout layout policy |
connector ParentRoot "Connector Parent" extends src.Interfaces.ParentL; end ParentRoot;
VirtualLabBuilder.ViewElements.ChildRoot
| Type | Name | Description |
|---|---|---|
| Integer | nodeReference | Number identifying the component |
| Boolean | borderLayout | True if the component has the BorderLayout layout policy |
connector ChildRoot "Connector Child" extends src.Interfaces.ChildL; end ChildRoot;