MessageBundlepublic class MessageBundle extends TextBundle
Fields Summary |
---|
public static final String | TITLE_ENTRYtitle entry key |
Constructors Summary |
---|
public MessageBundle(String resource, String id)Constructs a new MessageBundle using resource as the base name for the
RessourceBundle and id as the message bundle id the resource file.
super(resource, id);
| public MessageBundle(String resource, String id, Object[] arguments)Constructs a new MessageBundle using resource as the base name for the
RessourceBundle and id as the message bundle id the resource file.
super(resource, id, arguments);
|
|