it.amattioli.encapsulate.dates
Class TimeIntervalFormat

Show UML class diagram
java.lang.Object
  extended by java.text.Format
      extended by it.amattioli.encapsulate.dates.TimeIntervalFormat
All Implemented Interfaces:
Serializable, Cloneable

Deprecated.

@Deprecated
public class TimeIntervalFormat
extends Format

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.text.Format
Format.Field
 
Constructor Summary
TimeIntervalFormat(DateFormat dayFormat, DateFormat monthFormat, DateFormat yearFormat)
          Deprecated.  
 
Method Summary
 StringBuffer format(Object obj, StringBuffer toAppendTo, FieldPosition pos)
          Deprecated.  
 AttributedCharacterIterator formatToCharacterIterator(Object obj)
          Deprecated.  
static Locale[] getAvailableLocales()
          Deprecated.  
static TimeIntervalFormat getInstance()
          Deprecated.  
static TimeIntervalFormat getInstance(Locale locale)
          Deprecated.  
 TimeInterval parse(String value)
          Deprecated.  
 Object parseObject(String source, ParsePosition pos)
          Deprecated.  
 
Methods inherited from class java.text.Format
clone, format, parseObject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeIntervalFormat

public TimeIntervalFormat(DateFormat dayFormat,
                          DateFormat monthFormat,
                          DateFormat yearFormat)
Deprecated. 
Method Detail

getInstance

public static TimeIntervalFormat getInstance()
Deprecated. 

getInstance

public static TimeIntervalFormat getInstance(Locale locale)
Deprecated. 

getAvailableLocales

public static Locale[] getAvailableLocales()
Deprecated. 

formatToCharacterIterator

public AttributedCharacterIterator formatToCharacterIterator(Object obj)
Deprecated. 
Overrides:
formatToCharacterIterator in class Format

parseObject

public Object parseObject(String source,
                          ParsePosition pos)
Deprecated. 
Specified by:
parseObject in class Format

parse

public TimeInterval parse(String value)
                   throws ParseException
Deprecated. 
Throws:
ParseException

format

public StringBuffer format(Object obj,
                           StringBuffer toAppendTo,
                           FieldPosition pos)
Deprecated. 
Specified by:
format in class Format


Copyright © 2011. All Rights Reserved.