biouml.standard.diagram
Class MessageBundle

java.lang.Object
  extended byjava.util.ResourceBundle
      extended byjava.util.ListResourceBundle
          extended bybiouml.standard.diagram.MessageBundle

public class MessageBundle
extends java.util.ListResourceBundle

Pendung:
enhance short descriptions.

Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
MessageBundle()
           
 
Method Summary
 java.lang.Object[][] getContents()
           
 java.lang.String getResourceString(java.lang.String key)
          Returns string from the resource bundle for the specified key.
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageBundle

public MessageBundle()
Method Detail

getResourceString

public java.lang.String getResourceString(java.lang.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.


getContents

public java.lang.Object[][] getContents()


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.