org.opensourcephysics.resources.display
Class dialogs_res

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.PropertyResourceBundle
          extended by org.opensourcephysics.resources.display.dialogs_res
Direct Known Subclasses:
dialogs_res_en, dialogs_res_es, dialogs_res_zh

public class dialogs_res
extends java.util.PropertyResourceBundle

Default resource loader for the OSP dialogs. Resources are obtained from properties. Defining a Java resource class speeds up resource loading, particularly for applets because a connection to the server is not required.

Author:
Wolfgang Christian

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.ResourceBundle
java.util.ResourceBundle.Control
 
Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
dialogs_res()
          Constructor tools
dialogs_res(java.io.InputStream stream)
          Constructor tools
 
Method Summary
 
Methods inherited from class java.util.PropertyResourceBundle
getKeys, handleGetObject, handleKeySet
 
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

dialogs_res

public dialogs_res()
            throws java.io.IOException
Constructor tools

Throws:
java.io.IOException

dialogs_res

public dialogs_res(java.io.InputStream stream)
            throws java.io.IOException
Constructor tools

Parameters:
stream -
Throws:
java.io.IOException