Uses of Interface
com.helger.commons.text.IHasText
-
Packages that use IHasText Package Description com.helger.commons.error.text com.helger.commons.text com.helger.commons.text.display com.helger.commons.text.resolve com.helger.commons.text.resourcebundle -
-
Uses of IHasText in com.helger.commons.error.text
Methods in com.helger.commons.error.text that return IHasText Modifier and Type Method Description IHasTextDynamicHasErrorTextWithArgs. getParentText()Constructors in com.helger.commons.error.text with parameters of type IHasText Constructor Description DynamicHasErrorText(IHasText aText)DynamicHasErrorTextWithArgs(IHasText aParentText, Object... aArgs) -
Uses of IHasText in com.helger.commons.text
Subinterfaces of IHasText in com.helger.commons.text Modifier and Type Interface Description interfaceIHasTextWithArgsBasic interface for object providing multilingual texts with and without arguments.interfaceIMultilingualTextRead-only interface for a multilingual textinterfaceIMutableMultilingualTextInterface for a writable version of a multilingual textClasses in com.helger.commons.text that implement IHasText Modifier and Type Class Description classAbstractHasTextAn abstract implementation of theIHasTextthat has default implementations for the formatting things.classAbstractMapBasedMultilingualTextAMapbased implementation ofIMultilingualTextthat does also provide writing methods to the outside and is only to be used as a non-abstract base class.classAbstractReadOnlyMapBasedMultilingualTextAMapbased implementation ofIMultilingualTextthat does not provide writing methods to the outside and is only to be used as a non-abstract base class.classConstantHasTextAn implementation of theIHasTextinterface that always returns a constant string.classConstantHasTextWithArgsAn implementation of theIHasTextWithArgsinterface that always returns a constant string.classHasTextWithArgsA special implementation ofIHasTextthat encapsulates arguments to be put into the message.classMultilingualTextThis class represents a multilingual text.classReadOnlyMultilingualTextThis class represents a multilingual text that cannot be altered after the constructor.Methods in com.helger.commons.text that return IHasText Modifier and Type Method Description IHasTextHasTextWithArgs. getParentText()Methods in com.helger.commons.text that return types with arguments of type IHasText Modifier and Type Method Description static Comparator<IHasText>IHasText. getComparatorCollating(Locale aContentLocale, Locale aSortLocale)Constructors in com.helger.commons.text with parameters of type IHasText Constructor Description HasTextWithArgs(IHasText aParentText, Object... aArgs) -
Uses of IHasText in com.helger.commons.text.display
Methods in com.helger.commons.text.display that return IHasText Modifier and Type Method Description default IHasTextIHasDisplayText. getAsHasText() -
Uses of IHasText in com.helger.commons.text.resolve
Methods in com.helger.commons.text.resolve with parameters of type IHasText Modifier and Type Method Description StringAbstractEnumTextResolverWithOverrideAndFallback. getText(Enum<?> aEnum, IHasText aTP, Locale aContentLocale)StringIEnumTextResolver. getText(Enum<?> aEnum, IHasText aTP, Locale aContentLocale)Get the text of an enumeration item.static StringDefaultTextResolver. getTextStatic(Enum<?> aEnum, IHasText aTP, Locale aContentLocale)Get text -
Uses of IHasText in com.helger.commons.text.resourcebundle
Classes in com.helger.commons.text.resourcebundle that implement IHasText Modifier and Type Class Description classResourceBundleTextProviderThis class encapsulates the resource bundle handling.
-