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 classCockpitBarRepresents the Bar control of theCockpit.classCockpitBoxRepresents the Box control of theCockpit.classCockpitFrameRepresents the Frame control of theCockpit.classCockpitLampRepresents the Lamp control of theCockpit.classCockpitPieRepresents the Pie control of theCockpit.classCockpitTrafficLightsRepresents the Traffic light control of theCockpit.classCockpitValueControlBasis for all Cockpit control with values.Methods in com.uc4.api.objects that return CockpitControl Modifier and Type Method Description CockpitControlCockpitDesign. getControl(int id)Return theCockpitControlwith 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.StringRefreshCockpitMonitor. getValue(CockpitControl control)Returns the value of theCockpitControlelement.
-