Uses of Class
com.uc4.api.objects.CockpitControl
-
Packages that use CockpitControl Package Description com.uc4.api.objects com.uc4.communication.requests -
-
Uses of CockpitControl in com.uc4.api.objects
Subclasses of CockpitControl in com.uc4.api.objects Modifier and Type Class Description class
CockpitBar
Represents the Bar control of theCockpit
.class
CockpitBox
Represents the Box control of theCockpit
.class
CockpitFrame
Represents the Frame control of theCockpit
.class
CockpitLamp
Represents the Lamp control of theCockpit
.class
CockpitPie
Represents the Pie control of theCockpit
.class
CockpitTrafficLights
Represents the Traffic light control of theCockpit
.class
CockpitValueControl
Basis for all Cockpit control with values.Methods in com.uc4.api.objects that return CockpitControl Modifier and Type Method Description CockpitControl
CockpitDesign. getControl(int id)
Return theCockpitControl
with the specified id.Methods in com.uc4.api.objects that return types with arguments of type CockpitControl Modifier and Type Method Description java.util.Iterator<CockpitControl>
CockpitDesign. iterator()
java.util.Iterator<CockpitControl>
CockpitFrame. iterator()
-
Uses of CockpitControl in com.uc4.communication.requests
Methods in com.uc4.communication.requests with parameters of type CockpitControl Modifier and Type Method Description java.lang.String
RefreshCockpitMonitor. getValue(CockpitControl control)
Returns the value of theCockpitControl
element.
-