HEADER

biouml.model.dynamics.resources
Class MessageBundle

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--biouml.model.dynamics.resources.MessageBundle

public class MessageBundle
extends ListResourceBundle


Method Summary
 Object[][]getContents()
           
 StringgetResourceString(String key)
          Returns string from the resource bundle for the specified key.

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

Method Detail

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.

Association Links

to Class org.apache.log4j.Category


FOOTER

BOTTOM