ABLE 2.0.0 07/02/2003 10:25:01

com.ibm.able
Class AbleGui

java.lang.Object
  |
  +--com.ibm.able.AbleGui

public class AbleGui
extends java.lang.Object


Method Summary
static java.lang.String NlsMsg(java.lang.String theMsgKey)
          Retrieve an NLS message by key.
static java.lang.String NlsMsg(java.lang.String theMsgKey, java.lang.Object[] theInserts)
          Retrieve an NLS message by key and insert text into the message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

NlsMsg

public static java.lang.String NlsMsg(java.lang.String theMsgKey)
Retrieve an NLS message by key. The message must not contain any insertion text.
Parameters:
theMsgKey - A unique key identifying the message to be retrieved from the package's MessageBundle.

Returns:
A String containing the requested message.


NlsMsg

public static java.lang.String NlsMsg(java.lang.String theMsgKey,
                                      java.lang.Object[] theInserts)
Retrieve an NLS message by key and insert text into the message.
Parameters:
theMsgKey - A unique key identifying the message to be retrieved from the package's MessageBundle.

theInserts - An array of String objects which will be inserted into the message before it is returned.

Returns:
A String containing the requested message.


ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003