org.opensourcephysics.resources.tools
Class tools

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.PropertyResourceBundle
          extended by org.opensourcephysics.resources.tools.tools
Direct Known Subclasses:
tools_en, tools_es, tools_zh

public class tools
extends java.util.PropertyResourceBundle

Resource loader for OSP tools package. 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
 
Constructor Summary
tools()
          Constructor tools
tools(java.io.InputStream stream)
          Constructor tools
 
Method Summary
 
Methods inherited from class java.util.PropertyResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

tools

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

Throws:
java.io.IOException

tools

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

Parameters:
stream -
Throws:
java.io.IOException