com.rubecula.spreadsheet
Class TextPresentation

java.lang.Object
  |
  +--com.rubecula.util.Presentation
        |
        +--com.rubecula.util.StringPresentation
              |
              +--com.rubecula.spreadsheet.TextPresentation
All Implemented Interfaces:
Auditable, Identifiable

public class TextPresentation
extends StringPresentation

Class to model the presentation of pure text in a spreadsheet cell.

Since:
V_0_2
Version:
$Revision: 1.7 $
Author:
Robin Hillyard

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

_PresentableClass

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.

Constructor Detail

TextPresentation

public TextPresentation(java.lang.String s)
Primary constructor.

Parameters:
s - the text for the new TextPresentation.