biouml.editor.resources
Class MessageBundle
java.lang.Object
|
+--java.util.ResourceBundle
|
+--java.util.ListResourceBundle
|
+--biouml.editor.resources.MessageBundle
- public class MessageBundle
- extends ListResourceBundle
Stores data for initialization of BioUMLEditor constant and resources.
| Methods inherited from class java.util.ListResourceBundle |
handleGetObject, getKeys |
| Methods inherited from class java.util.ResourceBundle |
getString, getStringArray, getObject, getLocale, getBundle, getBundle, getBundle |
| Methods inherited from class java.lang.Object |
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait |
getContents
public Object[][] getContents()
getResourceString
public String getResourceString(String key)
- Returns string from the resource bundle for the specified key.
If the sting is absent the key string is returned instead and
the message is printed in
log4j.Category for the component.
to Class org.apache.log4j.Category
to Class java.lang.String
BOTTOM