Uses of Interface
com.helger.commons.text.display.IHasDisplayText
-
Packages that use IHasDisplayText Package Description com.helger.commons.error.text com.helger.commons.locale com.helger.commons.locale.country com.helger.commons.text com.helger.commons.text.display -
-
Uses of IHasDisplayText in com.helger.commons.error.text
Subinterfaces of IHasDisplayText in com.helger.commons.error.text Modifier and Type Interface Description interfaceIHasErrorTextBase interface for objects having an error text.Classes in com.helger.commons.error.text that implement IHasDisplayText Modifier and Type Class Description classConstantHasErrorTextA constant implementation ofIHasErrorText.classDynamicHasErrorTextA implementation ofIHasErrorTextbased onIHasText.classDynamicHasErrorTextWithArgsA special implementation ofIHasErrorTextthat encapsulates arguments to be put into the message.Constructors in com.helger.commons.error.text with parameters of type IHasDisplayText Constructor Description DynamicHasErrorText(IHasDisplayText aText)DynamicHasErrorTextWithArgs(IHasDisplayText aParentText, Object... aArgs) -
Uses of IHasDisplayText in com.helger.commons.locale
Classes in com.helger.commons.locale that implement IHasDisplayText Modifier and Type Class Description classELocaleNameSpecial locale names that are not part of the Java runtime. -
Uses of IHasDisplayText in com.helger.commons.locale.country
Classes in com.helger.commons.locale.country that implement IHasDisplayText Modifier and Type Class Description classECountryCountry enum.classECountryNameCountry enum name.classECountrySubNameCountry sub-element name enum. -
Uses of IHasDisplayText in com.helger.commons.text
Methods in com.helger.commons.text that return IHasDisplayText Modifier and Type Method Description default IHasDisplayTextIHasText. getAsHasDisplayText() -
Uses of IHasDisplayText in com.helger.commons.text.display
Subinterfaces of IHasDisplayText in com.helger.commons.text.display Modifier and Type Interface Description interfaceIHasDisplayTextWithArgsBase interface for objects that have a locale dependent display name.Classes in com.helger.commons.text.display that implement IHasDisplayText Modifier and Type Class Description classConstantHasDisplayTextAn implementation of theIHasDisplayTextinterface that always returns a constant string.classHasDisplayTextWithArgsA special implementation ofIHasDisplayTextthat encapsulates arguments to be put into the message.Methods in com.helger.commons.text.display that return IHasDisplayText Modifier and Type Method Description IHasDisplayTextHasDisplayTextWithArgs. getParentText()Methods in com.helger.commons.text.display that return types with arguments of type IHasDisplayText Modifier and Type Method Description static IDisplayTextProvider<IHasDisplayText>IDisplayTextProvider. createHasDisplayText()static Comparator<IHasDisplayText>IHasDisplayText. getComparatorCollating(Locale aContentLocale, Locale aSortLocale)Constructors in com.helger.commons.text.display with parameters of type IHasDisplayText Constructor Description HasDisplayTextWithArgs(IHasDisplayText aParentText, Object... aArgs)
-