Package com.uc4.api.objects
Class CockpitFrame
- java.lang.Object
-
- com.uc4.api.objects.CockpitControl
-
- com.uc4.api.objects.CockpitFrame
-
- All Implemented Interfaces:
java.lang.Iterable<CockpitControl>
public class CockpitFrame extends CockpitControl implements java.lang.Iterable<CockpitControl>
Represents the Frame control of theCockpit
.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
CockpitFrame(com.uc4.util.XMLDocument doc, org.w3c.dom.Element control)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<CockpitControl>
iterator()
int
size()
Returns the number ofCockpitControl
objects in the frame.-
Methods inherited from class com.uc4.api.objects.CockpitControl
getCaption, getHeight, getId, getLeft, getTop, getWidth, setCaption, setHeight, setLeft, setTop, setWidth, store
-
-
-
-
Method Detail
-
iterator
public java.util.Iterator<CockpitControl> iterator()
- Specified by:
iterator
in interfacejava.lang.Iterable<CockpitControl>
-
size
public int size()
Returns the number ofCockpitControl
objects in the frame.- Returns:
- Number of controls.
-
-