Array

Array widget is a container widget that could contain an array of other widgets. It can be used to display/write a PV with array data, for example, waveform or compress PV.

Tabbed Container

Operations

In edit mode, dragging and dropping a widget to an empty array widget will create an array of this widget. Modifing the property of any child will apply to all other children. Array index can be changed by spinner and scrollbar.

Special Properties

See Also

Special Methods


getIndex

public int getIndex(AbstractBaseEditPart child)
Get the array index on the child widget.

Parameters:
child - the child widget.
Returns:
the array index on the child widget. -1 if the child is not an array element or it is not a child of the array widget.