Package | Description |
---|---|
com.uc4.api.objects |
This package contains classes related to objects in the Automation Engine.
|
com.uc4.communication.requests |
This package contains request classes that can be sent using the
Connection class. |
Modifier and Type | Class and Description |
---|---|
class |
CockpitBar
Represents the Bar control of the
Cockpit . |
class |
CockpitBox
Represents the Box control of the
Cockpit . |
class |
CockpitFrame
Represents the Frame control of the
Cockpit . |
class |
CockpitLamp
Represents the Lamp control of the
Cockpit . |
class |
CockpitPie
Represents the Pie control of the
Cockpit . |
class |
CockpitTrafficLights
Represents the Traffic light control of the
Cockpit . |
class |
CockpitValueControl
Basis for all Cockpit control with values.
|
Modifier and Type | Method and Description |
---|---|
CockpitControl |
CockpitDesign.getControl(int id)
Return the
CockpitControl with the specified id. |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<CockpitControl> |
CockpitDesign.iterator() |
java.util.Iterator<CockpitControl> |
CockpitFrame.iterator() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
RefreshCockpitMonitor.getValue(CockpitControl control)
Returns the value of the
CockpitControl element. |