| java.lang.Object org.apache.beehive.netui.util.Bundle
Bundle | public class Bundle (Code) | | Convenience class for dealing with resource bundles.
|
getString | public static String getString(String aKey)(Code) | | Returns the string specified by aKey from the errors.properties bundle.
|
getString | public static String getString(String aKey, Object arg)(Code) | | Returns the string specified by aKey from the errors.properties bundle.
Parameters: aKey - The key for the message pattern in the bundle. Parameters: arg - The arg to use in the message format. |
getString | public static String getString(String aKey, Object[] args)(Code) | | Returns the string specified by aKey from the errors.properties bundle.
Parameters: aKey - The key for the message pattern in the bundle. Parameters: args - The args to use in the message format. |
|
|