Ontimize 5.2072EN

com.ontimize.gui.field.document
Class DateDocument.DateFormatCache

java.lang.Object
  extended bycom.ontimize.gui.field.document.DateDocument.DateFormatCache
Enclosing class:
DateDocument

protected static class DateDocument.DateFormatCache
extends java.lang.Object


Field Summary
protected  java.util.Hashtable cache
           
 
Constructor Summary
protected DateDocument.DateFormatCache()
           
 
Method Summary
 boolean exists(java.lang.String pattern, java.util.Locale l)
           
 java.text.SimpleDateFormat get(java.lang.String pattern, java.util.Locale l)
           
 void put(java.lang.String pattern, java.util.Locale l, java.text.SimpleDateFormat df)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cache

protected java.util.Hashtable cache
Constructor Detail

DateDocument.DateFormatCache

protected DateDocument.DateFormatCache()
Method Detail

get

public java.text.SimpleDateFormat get(java.lang.String pattern,
                                      java.util.Locale l)

exists

public boolean exists(java.lang.String pattern,
                      java.util.Locale l)

put

public void put(java.lang.String pattern,
                java.util.Locale l,
                java.text.SimpleDateFormat df)

Ontimize