net.sf.nachocalendar.components
Class FormatSymbols

java.lang.Object
  extended by java.text.DateFormatSymbols
      extended by net.sf.nachocalendar.components.FormatSymbols
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class FormatSymbols
extends java.text.DateFormatSymbols

See Also:
Serialized Form

Constructor Summary
FormatSymbols(javax.swing.text.DateFormatter passedrequiredFormatter, java.util.Locale passedrequiredLocale)
           
 
Method Summary
static java.text.DateFormatSymbols getSingletonObject()
           
 
Methods inherited from class java.text.DateFormatSymbols
clone, equals, getAmPmStrings, getAvailableLocales, getEras, getInstance, getInstance, getLocalPatternChars, getMonths, getShortMonths, getShortWeekdays, getWeekdays, getZoneStrings, hashCode, setAmPmStrings, setEras, setLocalPatternChars, setMonths, setShortMonths, setShortWeekdays, setWeekdays, setZoneStrings
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatSymbols

public FormatSymbols(javax.swing.text.DateFormatter passedrequiredFormatter,
                     java.util.Locale passedrequiredLocale)
Method Detail

getSingletonObject

public static java.text.DateFormatSymbols getSingletonObject()