diva.resource
Class DefaultBundle

java.lang.Object
  extended by java.util.ResourceBundle
      extended by diva.resource.RelativeBundle
          extended by diva.resource.DefaultBundle

public class DefaultBundle
extends RelativeBundle

A class that bundles the default Diva resources contained in the diva.resource package.

Version:
$Id: DefaultBundle.java 38798 2005-07-08 20:00:01Z cxh $
Author:
John Reekie

Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
DefaultBundle()
          Create a new Bundle of default resources.
 
Method Summary
 
Methods inherited from class diva.resource.RelativeBundle
getImage, getImageIcon, getKeys, getResource, getResourceAsStream, 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

DefaultBundle

public DefaultBundle()
Create a new Bundle of default resources.