Control Class |
public class Control
The Control type exposes the following members.
| Name | Description | |
|---|---|---|
| Control | Constructs a control. | |
| Control(String, String, Type) | Contstructs a contol, overriding the default control widget name and argument. |
| Name | Description | |
|---|---|---|
| Check | A check box. | |
| EmergencyStopButton | An emergency stop button control with default configuration. | |
| Integer | An integer. | |
| Lamp | A lamp with default configuration. | |
| PushableLamp | A pushable lamp control with default configuration. | |
| PushButton | A push button with default configuration. | |
| Real | A real (64 bit) value. | |
| Text | A string. | |
| ThreeWayRotarySwitch | A three way rotary switch. Values are: 1, 2, or 3. | |
| TwoWayRotarySwitch | A two way rotary switch. Values are: 0 off, 1 on. |