Interactive.ViewElements.BasicElements

Basic elements

Information

BasicElements package

BasicElements package contains classes that can be hosted inside a window or a panel.

        

Package Content

Name Description
Interactive.ViewElements.BasicElements.Label Label Decorative label
Interactive.ViewElements.BasicElements.CheckBox CheckBox Check-box
Interactive.ViewElements.BasicElements.PauseButton PauseButton Button to pause and resume the simulation
Interactive.ViewElements.BasicElements.Browser Browser HTML Browser

Interactive.ViewElements.BasicElements.Label Interactive.ViewElements.BasicElements.Label

Decorative label

Information

Creates a decorative label.

Extends from Interactive.src.ViewElements.BasicElements.Label (Decorative label).

Parameters

NameDescription
rowSets the row where the element is located if the parent has the Grid layout policy
columnSets the column where the element is located if the parent has the Grid layout policy
rowSpanSets the number of rows the element spans (only appliable if the parent has the Grid layout policy
columnSpanSets the number of columns the element spans (only appliable if the parent has the Grid layout policy
alignmentAlignment
textText to be displayed

Connectors

NameDescription
pLLeftConnector of non drawable components
cLLeftConnector of non drawable components

Interactive.ViewElements.BasicElements.CheckBox Interactive.ViewElements.BasicElements.CheckBox

Check-box

Information

Creates a check-box. The checkbox allows to show or hide the virtual-lab windows by clicking on it.

Extends from Interactive.src.ViewElements.BasicElements.CheckBox (Check-box).

Parameters

NameDescription
rowSets the row where the element is located if the parent has the Grid layout policy
columnSets the column where the element is located if the parent has the Grid layout policy
rowSpanSets the number of rows the element spans (only appliable if the parent has the Grid layout policy
columnSpanSets the number of columns the element spans (only appliable if the parent has the Grid layout policy
initialValueInitial value
labelString displayed by the element
varNameString variable that can be linked to the corresponding variable of a dialog window in order to show and hide the window by clicking on the check-box

Connectors

NameDescription
pLLeftConnector of non drawable components
cLLeftConnector of non drawable components

Interactive.ViewElements.BasicElements.PauseButton Interactive.ViewElements.BasicElements.PauseButton

Button to pause and resume the simulation

Information

Creates button that allows the user to pause and resume the simulation by clicking on it.

Extends from Interactive.src.ViewElements.BasicElements.PauseButton (Button to pause and resume the simulation).

Parameters

NameDescription
rowSets the row where the element is located if the parent has the Grid layout policy
columnSets the column where the element is located if the parent has the Grid layout policy
rowSpanSets the number of rows the element spans (only appliable if the parent has the Grid layout policy
columnSpanSets the number of columns the element spans (only appliable if the parent has the Grid layout policy
initialValueFalse: button paused

Connectors

NameDescription
pLLeftConnector of non drawable components
cLLeftConnector of non drawable components

Interactive.ViewElements.BasicElements.Browser Interactive.ViewElements.BasicElements.Browser

HTML Browser

Information

Creates a check-box. The checkbox allows to show or hide the virtual-lab windows by clicking on it.

Extends from Interactive.src.ViewElements.BasicElements.Browser (Container of HTML pages).

Parameters

NameDescription
rowSets the row where the element is located if the parent has the Grid layout policy
columnSets the column where the element is located if the parent has the Grid layout policy
rowSpanSets the number of rows the element spans (only appliable if the parent has the Grid layout policy
columnSpanSets the number of columns the element spans (only appliable if the parent has the Grid layout policy
initialValueInitial value
pathPath where the HTML file is located

Connectors

NameDescription
pLLeftConnector of non drawable components
cLLeftConnector of non drawable components
Automatically generated Thu Apr 28 12:24:21 2022.