org.scopemvc.util
Class UIStrings

java.lang.Object
  |
  +--org.scopemvc.util.UIStrings

public final class UIStrings
extends java.lang.Object

Uses a ResourceBundle as a dictionary mapping IDs against user-readable Strings that can be presented on the UI. A custom resource bundle should be provided, with a call to setPropertiesName during application initialisation.

Version:
$Revision: 1.6 $ $Date: 2002/09/05 15:41:46 $
Author:
Steve Meyfroidt

Method Summary
static java.lang.String get(java.lang.String inKey)
          TODO: document the method
static void setPropertiesName(java.lang.String inName)
          Sets the properties name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static java.lang.String get(java.lang.String inKey)
TODO: document the method

Parameters:
inKey - TODO: Describe the Parameter
Returns:
TODO: Describe the Return Value

setPropertiesName

public static void setPropertiesName(java.lang.String inName)
Sets the properties name

Parameters:
inName - The new propertiesName value


Copyright © 2000-2002 The Scope Team. All Rights Reserved.