Package ca.phon.ui.text
Class DefaultLanguageListFormatter
java.lang.Object
ca.phon.ui.text.DefaultLanguageListFormatter
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DefaultLanguageListFormatter
public DefaultLanguageListFormatter() -
DefaultLanguageListFormatter
public DefaultLanguageListFormatter(char tokenChar)
-
-
Method Details
-
format
Description copied from interface:Formatter
Convert the given object into a formatted String. -
parse
Description copied from interface:Formatter
Parse the given string into a new object instance- Specified by:
parse
in interfaceFormatter<List<Language>>
- Returns:
- parsed object
- Throws:
ParseException
- if there was a problem parsing the given text
-