Uses of Interface
ca.phon.formatter.Formatter
Packages that use Formatter
Package
Description
-
Uses of Formatter in ca.phon.app.formatter
Classes in ca.phon.app.formatter that implement Formatter -
Uses of Formatter in ca.phon.formatter
Classes in ca.phon.formatter that implement FormatterModifier and TypeClassDescriptionclass
Basic formatter which simply returns the given string value.Methods in ca.phon.formatter that return FormatterModifier and TypeMethodDescriptionstatic <T> Formatter<T>
FormatterFactory.createFormatter
(Class<T> type) Create a new formatter for the given type. -
Uses of Formatter in ca.phon.ipa
Classes in ca.phon.ipa that implement Formatter -
Uses of Formatter in ca.phon.orthography
Classes in ca.phon.orthography that implement Formatter -
Uses of Formatter in ca.phon.query.report.datasource
Classes in ca.phon.query.report.datasource that implement Formatter -
Uses of Formatter in ca.phon.session.format
Classes in ca.phon.session.format that implement FormatterModifier and TypeClassDescriptionclass
Create formatters for ages stored inPeriod
objects.class
class
class
-
Uses of Formatter in ca.phon.ui
Classes in ca.phon.ui that implement Formatter -
Uses of Formatter in ca.phon.ui.text
Classes in ca.phon.ui.text that implement FormatterConstructors in ca.phon.ui.text with parameters of type FormatterModifierConstructorDescriptionFormatterTextField
(Formatter<T> formatter) LanguageField
(Formatter<List<Language>> formatter) -
Uses of Formatter in ca.phon.util
Classes in ca.phon.util that implement FormatterModifier and TypeClassDescriptionclass
Format time values in miliseconds into parseable strings.