org.pf.nls
Interface ITextProvider

All Known Subinterfaces:
IExtendedTextProvider
All Known Implementing Classes:
ResourceBundleTextProvider, TextContainer, TextContainerList

public interface ITextProvider

Defines the minimal interface a class must implement in order to provide text for identifying keys.

Version:
1.0
Author:
M.Duchrow

Method Summary
 String getText(String key)
          Returns the text associated with the given key or null if the key cannot be found.
 

Method Detail

getText

String getText(String key)
Returns the text associated with the given key or null if the key cannot be found.
If the specified key is null then null will be returned.

Parameters:
key - The identifier for the text


Copyright © 2015 Manfred Duchrow Consulting & Software. All rights reserved.