Uses of Class
com.uc4.api.objects.CockpitControl
Packages that use CockpitControl
-
Uses of CockpitControl in com.uc4.api.objects
Subclasses of CockpitControl in com.uc4.api.objectsModifier and TypeClassDescriptionclass
Represents the Bar control of theCockpit
.class
Represents the Box control of theCockpit
.class
Represents the Frame control of theCockpit
.class
Represents the Lamp control of theCockpit
.class
Represents the Pie control of theCockpit
.class
Represents the Traffic light control of theCockpit
.class
Basis for all Cockpit control with values.Methods in com.uc4.api.objects that return CockpitControlModifier and TypeMethodDescriptionCockpitDesign.getControl
(int id) Return theCockpitControl
with the specified id.Methods in com.uc4.api.objects that return types with arguments of type CockpitControl -
Uses of CockpitControl in com.uc4.communication.requests
Methods in com.uc4.communication.requests with parameters of type CockpitControlModifier and TypeMethodDescriptionRefreshCockpitMonitor.getValue
(CockpitControl control) Returns the value of theCockpitControl
element.