Constructor Summary |
---|
CellWatchCollection()
|
Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
Gets and sets |
||
method | get(cellName) | |
Gets and sets |
Method Summary | ||
---|---|---|
method | add(row, column) | |
Adds |
||
method | add(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | add(cellName) | |
Adds | ||
method | clear() | → inherited from CollectionBase |
method | contains(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | get(index) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | iterator() | → inherited from CollectionBase |
method | removeAt(index) | → inherited from CollectionBase |
Constructor Detail |
---|
CellWatchCollection()
Property Getters/Setters Detail |
---|
getCount : int | |
int getCount() |
get : CellWatch | |
CellWatch get(index) |
index
- The index.get : CellWatch | |
CellWatch get(cellName) |
cellName
- The name of the cell.Method Detail |
---|
add | |
int add(row, column) |
row: int
- The row index.column: int
- The column index.add | |
int add(cellName) |
cellName: String
- clear | |
clear() |
removeAt | |
removeAt(index) |
iterator | |
Iterator iterator() |
get | |
Object get(index) |
contains | |
boolean contains(value) |
add | |
int add(value) |
indexOf | |
int indexOf(value) |