Uses of Class
com.rubecula.util.ConvenientProperties

Packages that use ConvenientProperties
com.rubecula.jquantity

JQuantity Contents: Copyright Notice Overview JQuantity Philosophy Programming Conventions Package Structure
Class Structure Links Important Note about the links to classes in this document:  This document appears in two different places: the source tree and the doc tree (where it is placed by the javadoc program). 

 

Uses of ConvenientProperties in com.rubecula.jquantity
 

Subclasses of ConvenientProperties in com.rubecula.jquantity
 class Loader
           This public class is used to populate the JQuantity system at run-time with various definitions of units, etc.
 class QuantityProperties
          Class to model JQuantities which can be read from a properties file, stored back and looked up (using a key string) the application.
 

Fields in com.rubecula.jquantity declared as ConvenientProperties
private  ConvenientProperties Library._Properties
           
 

Constructors in com.rubecula.jquantity with parameters of type ConvenientProperties
Library(ConvenientProperties properties)