JTP API Documentation

jtp.ui.rs
Class CompleteEnglishSentenceFormat

java.lang.Object
  |
  +--java.text.Format
        |
        +--jtp.ui.rs.CompleteEnglishSentenceFormat
All Implemented Interfaces:
Cloneable, Serializable

public class CompleteEnglishSentenceFormat
extends Format

CompleteEnglishSentenceFormat.java Created: Sat Jun 1 01:07:01 2002

See Also:
Serialized Form

Constructor Summary
CompleteEnglishSentenceFormat()
           
 
Method Summary
 StringBuffer format(Object obj, StringBuffer sb, FieldPosition ignored)
           
 Object parseObject(String param1, ParsePosition param2)
           
 
Methods inherited from class java.text.Format
clone, format, formatToCharacterIterator, parseObject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompleteEnglishSentenceFormat

public CompleteEnglishSentenceFormat()
Method Detail

format

public StringBuffer format(Object obj,
                           StringBuffer sb,
                           FieldPosition ignored)
Specified by:
format in class Format

parseObject

public Object parseObject(String param1,
                          ParsePosition param2)
Specified by:
parseObject in class Format

JTP API Documentation