public interface MsgText_ifc
| Modifier and Type | Interface and Description |
|---|---|
static class |
MsgText_ifc.MsgConfigItem
One item for each message.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
version
version, history and license:
2013-02-24 Hartmut new
getListItems(), move MsgText_ifc.MsgConfigItem from MsgConfig. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<MsgText_ifc.MsgConfigItem> |
getListItems() |
java.lang.String |
getMsgText(int ident)
Returns a message text to the given ident number
|
static final int version
getListItems(), move MsgText_ifc.MsgConfigItem from MsgConfig.
MsgConfig to use in MsgDispatcher
java.lang.String getMsgText(int ident)
ident - the absolute value is used to find the text.java.util.Collection<MsgText_ifc.MsgConfigItem> getListItems()