|
Spreadsheet Toolkit | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--corpus.excel.Component | +--corpus.excel.Row
Used to store the internal representation of a Row in the Grid.
Field Summary |
Fields inherited from class corpus.excel.Component |
haltOnErrors |
Constructor Summary | |
Row(java.lang.String row_number,
Grid grid)
|
Method Summary | |
int |
length()
|
java.lang.String |
toHTMLString()
Converts information about this component into an HTML formatted String. |
java.lang.String |
toString()
Converts information about this component into a String. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Row(java.lang.String row_number, Grid grid)
Method Detail |
public java.lang.String toString()
Component
toString
in class Component
public java.lang.String toHTMLString()
Component
toHTMLString
in class Component
public int length()
|
Spreadsheet Toolkit | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |