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
Media time formatter with three formats as defined byMediaTimeFormatStyle
class
Deprecated.Use MediaTimeFormat insteadclass
class
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.orthography.mor.parser
Classes in ca.phon.orthography.mor.parser that implement FormatterClasses in ca.phon.orthography.mor.parser that implement interfaces with type arguments of type FormatterMethods in ca.phon.orthography.mor.parser that return types with arguments of type FormatterModifier and TypeMethodDescriptionGraspTierDataFormatter.getFactory()
MorTierDataFormatter.getFactory()
-
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
Methods in ca.phon.session that return FormatterModifier and TypeMethodDescriptionTier.getFormatter()
Return formatter used by setText and toString for converting between objects and textMethods in ca.phon.session with parameters of type FormatterModifier and TypeMethodDescriptionvoid
Tier.setFormatter
(Formatter<T> formatter) Set formatter used by parse and toString for converting between objects and text -
Uses of Formatter in ca.phon.session.format
Classes in ca.phon.session.format that implement FormatterModifier and TypeClassDescriptionclass
Deprecated.use ca.phon.formatter.PeriodFormat insteadclass
class
class
class
-
Uses of Formatter in ca.phon.session.impl
Methods in ca.phon.session.impl that return FormatterMethods in ca.phon.session.impl with parameters of type Formatter -
Uses of Formatter in ca.phon.session.spi
Methods in ca.phon.session.spi that return FormatterModifier and TypeMethodDescriptionTierSPI.getFormatter()
Return formatter used by parse and toString for converting between objects and textMethods in ca.phon.session.spi with parameters of type FormatterModifier and TypeMethodDescriptionvoid
TierSPI.setFormatter
(Formatter<T> formatter) Set formatter used by parse and toString for converting between objects and text -
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)