|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.acesoft.aceoffix.WordResTable
public class WordResTable
Represents a table. Fills data into table and controls behavior of table. You can only use the WordResponse.openTable method to obtain a WordResTable object.
Method Summary | |
---|---|
int |
getIndex()
Returns the index of the table. |
WordResCell |
openCellRC(int row,
int col)
Opens the specified cell and returns a WordResCell object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getIndex()
public WordResCell openCellRC(int row, int col)
If the specified cell exists, this method will return a WordResCell object.
row
- The index of row.col
- The index of column.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |