| Modifier and Type | Method and Description |
|---|---|
IButton |
addButton(double left,
double top,
double width,
double height)
Adds a new
IButton. |
ICheckBox |
addCheckBox(double left,
double top,
double width,
double height)
Adds a new
ICheckBox. |
IDropDown |
addDropDown(double left,
double top,
double width,
double height)
Adds a new
IDropDown. |
IGroupBox |
addGroupBox(double left,
double top,
double width,
double height)
Adds a new
IGroupBox. |
ILabel |
addLabel(double left,
double top,
double width,
double height)
Adds a new
ILabel. |
IListBox |
addListBox(double left,
double top,
double width,
double height)
Adds a new
IListBox. |
IOptionButton |
addOptionButton(double left,
double top,
double width,
double height)
Adds a new
IOptionButton. |
IScrollBar |
addScrollBar(double left,
double top,
double width,
double height)
Adds a new
IScrollBar. |
ISpinner |
addSpinner(double left,
double top,
double width,
double height)
Adds a new
ISpinner. |
void |
clear()
Removes all controls from a
IControlCollection. |
IControl |
get(int index)
Gets control by index.
|
IControl |
get(java.lang.String name)
Gets control by name.
|
int |
getCount()
Gets the count of controls.
|
int |
indexOf(IControl control)
Gets index of a control.
|
int getCount()
IControl get(int index)
IControl get(java.lang.String name)
IButton addButton(double left, double top, double width, double height)
IButton.IDropDown addDropDown(double left, double top, double width, double height)
IDropDown.ICheckBox addCheckBox(double left, double top, double width, double height)
ICheckBox.ISpinner addSpinner(double left, double top, double width, double height)
ISpinner.IListBox addListBox(double left, double top, double width, double height)
IListBox.IOptionButton addOptionButton(double left, double top, double width, double height)
IOptionButton.IGroupBox addGroupBox(double left, double top, double width, double height)
IGroupBox.ILabel addLabel(double left, double top, double width, double height)
ILabel.IScrollBar addScrollBar(double left, double top, double width, double height)
IScrollBar.int indexOf(IControl control)
control - The control to find.void clear()
IControlCollection.