|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.rubecula.util.Presentation
|
+--com.rubecula.util.StringPresentation
|
+--com.rubecula.spreadsheet.TextPresentation
Class to model the presentation of pure text in a spreadsheet cell.
| Field Summary | |
(package private) static java.lang.String |
_PresentableClass
The name of the class that will be used to create a Presentable from a TextPresentation, when invoking the Presentation.parse() method. |
| Fields inherited from class com.rubecula.util.Presentation |
_Appearance, $empty, $Stars |
| Constructor Summary | |
TextPresentation(java.lang.String s)
Primary constructor. |
|
| Methods inherited from class com.rubecula.util.StringPresentation |
audit, getAttributes, getIdentifier, getPresentableClass, toString |
| Methods inherited from class com.rubecula.util.Presentation |
audit, audit, parse, toString, updateAppearance |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
static java.lang.String _PresentableClass
Presentation.parse() method.
| Constructor Detail |
public TextPresentation(java.lang.String s)
s - the text for the new TextPresentation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||