|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TextContainer in org.pf.nls |
---|
Methods in org.pf.nls that return TextContainer | |
---|---|
TextContainer |
TextContainerList.getTextContainer(Locale locale)
Returns the text container for the given locale or null if none can be found. |
TextContainer |
TextContainerList.getTextContainer(String localeName)
Returns the text container for the given locale name or null if none can be found. |
TextContainer |
NLSIniFileLoader.loadText(File file,
Locale locale)
Returns a text container with all texts for the specified locale from the given file. |
TextContainer |
NLSIniFileLoader.loadText(org.pf.file.FileLocator fileLocator,
Locale locale)
Returns a text container with all texts for the specified locale from the given file. |
TextContainer |
NLSIniFileLoader.loadText(org.pf.file.FileLocator fileLocator,
String localeName)
Returns a text container with all texts for the specified locale from the given file. |
TextContainer |
NLSIniFileLoader.loadText(File file,
String localeName)
Returns a text container with all texts for the specified locale from the given file. |
TextContainer |
TextContainerList.textContainerAt(int index)
Returns the text container at the specified index of null |
Methods in org.pf.nls with parameters of type TextContainer | |
---|---|
void |
TextContainerList.add(String name,
TextContainer container)
Add the text container to this list. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |