Package com.uc4.api.objects
Class CockpitFrame
java.lang.Object
com.uc4.api.objects.CockpitControl
com.uc4.api.objects.CockpitFrame
- All Implemented Interfaces:
Iterable<CockpitControl>
Represents the Frame control of the
Cockpit
.-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CockpitFrame
(com.uc4.util.XMLDocument doc, Element control) -
Method Summary
Methods inherited from class com.uc4.api.objects.CockpitControl
getCaption, getHeight, getId, getLeft, getTop, getWidth, setCaption, setHeight, setLeft, setTop, setWidth, store
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
CockpitFrame
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceIterable<CockpitControl>
-
size
public int size()Returns the number ofCockpitControl
objects in the frame.- Returns:
- Number of controls.
-