|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IComboBoxes
| Method Summary | |
|---|---|
IComboBoxShape |
addComboBox(int row,
int column,
int height,
int width)
Adds new item to the collection. |
IComboBoxShape |
get(int index)
Returns single item from the collection. |
IComboBoxShape |
get(java.lang.String name)
|
int |
getCount()
Returns number of items in the collection. |
| Method Detail |
|---|
int getCount()
IComboBoxShape get(int index)
index - Item's index to get.
IComboBoxShape get(java.lang.String name)
IComboBoxShape addComboBox(int row,
int column,
int height,
int width)
row - One-based row index of the top-left corner of the new item.column - One-based column index of the top-left corner of the new item.height - Height in pixels of the new item.width - Width in pixels of the new item.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||