public class CockpitFrame extends CockpitControl implements java.lang.Iterable<CockpitControl>
Cockpit.| Modifier | Constructor and Description |
|---|---|
protected |
CockpitFrame(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element control) |
| 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, setWidth, storeprotected CockpitFrame(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element control)
public java.util.Iterator<CockpitControl> iterator()
iterator in interface java.lang.Iterable<CockpitControl>public int size()
CockpitControl objects in the frame.