|
Spreadsheet Toolkit | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--corpus.excel.Component
Used to store the internal representation of a Spreadsheet. All elements extend component. By implementing Serializable it is possible to write the internal representation out to disk.
Field Summary | |
protected static boolean |
haltOnErrors
Kill the virtual machine if something goes wrong. |
Constructor Summary | |
Component()
|
Method Summary | |
abstract java.lang.String |
toHTMLString()
Converts information about this component into an HTML formatted String. |
abstract 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 |
Field Detail |
protected static boolean haltOnErrors
Constructor Detail |
public Component()
Method Detail |
public abstract java.lang.String toString()
toString
in class java.lang.Object
public abstract java.lang.String toHTMLString()
|
Spreadsheet Toolkit | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |