org.softsmithy.lib.text
Interface Localizable

All Known Implementing Classes:
CountryCode, DevelopmentActionFactory, GeneralActionFactory, HorizontalAlignment, IconType, JFontChooser.FontStyle, Line2DOrientation, MediaActionFactory, NavigationActionFactory, Option, ScalingAlgorithm, SplitOrientation, StandardActionFactory, TableActionFactory, TextActionFactory, TypesafeEnum, VerticalAlignment

public interface Localizable

An object, which has a (possible localizable) string representation that is appropriate to display to the user.

Author:
puce
See Also:
Localizables, Localizer

Method Summary
 String getDisplayString(Locale inLocale)
          Returns a string that is appropriate to display to the user.
 

Method Detail

getDisplayString

String getDisplayString(Locale inLocale)
Returns a string that is appropriate to display to the user. If possible, the string returned will be localized according to inLocale.

Parameters:
inLocale - the string returned will be localized according to this value, if possible
Returns:
a string that is appropriate to display to the user.


Copyright © 2002-2011 SoftSmithy. All Rights Reserved.