org.pfsw.nls
Interface IExtendedTextProvider

All Superinterfaces:
ITextProvider
All Known Implementing Classes:
ResourceBundleTextProvider, TextContainer, TextContainerList

public interface IExtendedTextProvider
extends ITextProvider

Defines additional methods for retrieving keys and checking contants.


Method Summary
 boolean containsNothing()
          Returns true if this text provider holds no text and also its default text provider contains nothing.
 java.util.Locale[] getLocales()
          Returns the locales for which this text provider has text
 
Methods inherited from interface org.pfsw.nls.ITextProvider
getText
 

Method Detail

containsNothing

boolean containsNothing()
Returns true if this text provider holds no text and also its default text provider contains nothing.


getLocales

java.util.Locale[] getLocales()
Returns the locales for which this text provider has text