Package com.uc4.api.objects
Class CockpitBar
- java.lang.Object
-
- com.uc4.api.objects.CockpitControl
-
- com.uc4.api.objects.CockpitValueControl
-
- com.uc4.api.objects.CockpitBar
-
public class CockpitBar extends CockpitValueControl
Represents the Bar control of theCockpit
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.uc4.api.objects.CockpitValueControl
CockpitValueControl.ValueFormat
-
-
Field Summary
-
Fields inherited from class com.uc4.api.objects.CockpitValueControl
dataSource, minColorRed, thresholds, valueFormat
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CockpitBar(com.uc4.util.XMLDocument doc, org.w3c.dom.Element control)
-
Method Summary
-
Methods inherited from class com.uc4.api.objects.CockpitValueControl
dataSource, getValueFormat, isMinColorRed, setMinColorRed, setValueFormat, thresholds
-
Methods inherited from class com.uc4.api.objects.CockpitControl
getCaption, getHeight, getId, getLeft, getTop, getWidth, setCaption, setHeight, setLeft, setTop, setWidth, store
-
-