|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ICheckBoxes
| Method Summary | |
|---|---|
ICheckBox |
addCheckBox(int row,
int column,
int height,
int width)
Adds new item to the collection. |
ICheckBox |
get(int index)
Returns single item from the collection. |
ICheckBox |
get(java.lang.String name)
Returns single item from the collection. |
int |
getCount()
Returns number of items in the collection. |
| Method Detail |
|---|
int getCount()
ICheckBox get(int index)
index - Item's index to get.
ICheckBox get(java.lang.String name)
name - Item's name to get.
ICheckBox addCheckBox(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 | ||||||||