Sun Message Library for SWIFT API

com.stc.swift.util
Class MessageManager

java.lang.Object
  extended by com.stc.swift.util.MessageManager

public class MessageManager
extends java.lang.Object

helper to get localized messages from a resource bundle;


Method Summary
static java.lang.String getLocalizedMessage(java.lang.String key)
          helper to get the localized messages for GUI
static java.lang.String getLocalizedMessage(java.lang.String key, java.lang.Object[] parms)
          helper to get the localized messages for GUI
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLocalizedMessage

public static java.lang.String getLocalizedMessage(java.lang.String key,
                                                   java.lang.Object[] parms)
helper to get the localized messages for GUI

Parameters:
key -
parms -
Returns:

getLocalizedMessage

public static java.lang.String getLocalizedMessage(java.lang.String key)
helper to get the localized messages for GUI

Parameters:
key -
parms -
Returns:

Sun Message Library for SWIFT API

Copyright © 2008 Sun Microsystems, Inc. All rights reserved.