Class MutableDateFormat
java.lang.Object
com.inductiveautomation.factorypmi.application.components.util.MutableDateFormat
- All Implemented Interfaces:
- LocaleListener
A simple wrapper around a SimpleDateFormat that simplifies the interface for altering and retrieving the format.
- 
Field SummaryFields inherited from interface com.inductiveautomation.ignition.client.model.LocaleListenerLOCAL_CHANGE_EVENT
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringvoidlocaleChanged(Locale newLocale) voidsetFormatText(String formatText) 
- 
Constructor Details- 
MutableDateFormatpublic MutableDateFormat()
- 
MutableDateFormat
 
- 
- 
Method Details- 
getFormatText
- 
setFormatText- Throws:
- IllegalArgumentException
 
- 
get_format
- 
format
- 
parse- Throws:
- ParseException
 
- 
localeChanged- Specified by:
- localeChangedin interface- LocaleListener
 
 
-