|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.able.AbleGui
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 |
public static java.lang.String NlsMsg(java.lang.String theMsgKey)
theMsgKey
- A unique key identifying the message to be retrieved
from the package's MessageBundle.
public static java.lang.String NlsMsg(java.lang.String theMsgKey, java.lang.Object[] theInserts)
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.
|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |