public class CockpitFrame extends CockpitControl implements java.lang.Iterable<CockpitControl>
Cockpit.| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<CockpitControl> |
iterator() |
int |
size()
Returns the number of
CockpitControl objects in the frame. |
getCaption, getHeight, getId, getLeft, getTop, getWidth, setCaption, setHeight, setLeft, setTop, setWidthpublic java.util.Iterator<CockpitControl> iterator()
iterator in interface java.lang.Iterable<CockpitControl>public int size()
CockpitControl objects in the frame.