Uses of Interface
com.helger.commons.text.IHasText
Packages that use IHasText
Package
Description
-
Uses of IHasText in com.helger.commons.error.text
Methods in com.helger.commons.error.text that return IHasTextConstructors in com.helger.commons.error.text with parameters of type IHasTextModifierConstructorDescriptionDynamicHasErrorText(IHasText aText) DynamicHasErrorTextWithArgs(IHasText aParentText, Object... aArgs) -
Uses of IHasText in com.helger.commons.text
Subinterfaces of IHasText in com.helger.commons.textModifier and TypeInterfaceDescriptioninterfaceBasic interface for object providing multilingual texts with and without arguments.interfaceRead-only interface for a multilingual textinterfaceInterface for a writable version of a multilingual textClasses in com.helger.commons.text that implement IHasTextModifier and TypeClassDescriptionclassAn abstract implementation of theIHasTextthat has default implementations for the formatting things.classAMapbased implementation ofIMultilingualTextthat does also provide writing methods to the outside and is only to be used as a non-abstract base class.classAMapbased implementation ofIMultilingualTextthat does not provide writing methods to the outside and is only to be used as a non-abstract base class.classAn implementation of theIHasTextinterface that always returns a constant string.classAn implementation of theIHasTextWithArgsinterface that always returns a constant string.classA special implementation ofIHasTextthat encapsulates arguments to be put into the message.classThis class represents a multilingual text.classThis class represents a multilingual text that cannot be altered after the constructor.Methods in com.helger.commons.text that return IHasTextMethods in com.helger.commons.text that return types with arguments of type IHasTextModifier and TypeMethodDescriptionstatic Comparator<IHasText> IHasText.getComparatorCollating(Locale aContentLocale, Locale aSortLocale) Constructors in com.helger.commons.text with parameters of type IHasText -
Uses of IHasText in com.helger.commons.text.display
Methods in com.helger.commons.text.display that return IHasText -
Uses of IHasText in com.helger.commons.text.resolve
Methods in com.helger.commons.text.resolve with parameters of type IHasTextModifier and TypeMethodDescriptionfinal StringAbstractEnumTextResolverWithOverrideAndFallback.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 IHasTextModifier and TypeClassDescriptionclassThis class encapsulates the resource bundle handling.