Interface Formatter<T>
- All Known Implementing Classes:
AgeFormatter
,DateFormatter
,DefaultLanguageListFormatter
,FontFormatter
,GraspTierDataFormatter
,IPATranscriptFormatter
,MediaSegmentFormatter
,MediaTimeFormatter
,MorTierDataFormatter
,MsFormatter
,NumberFormatter
,OrthographyFormatter
,PeriodFormatter
,StringFormatter
,TableDataSourceFormatter
,TierStringFormatter
,UserTierDataFormatter
public interface Formatter<T>
-
Method Summary
-
Method Details
-
format
-
parse
Parse the given string into a new object instance- Parameters:
text
-- Returns:
- parsed object
- Throws:
ParseException
- if there was a problem parsing the given text
-