Uses of Class
org.gvsig.i18n.utils.OrderedProperties

Packages that use OrderedProperties
org.gvsig.i18n.utils   
 

Uses of OrderedProperties in org.gvsig.i18n.utils
 

Subclasses of OrderedProperties in org.gvsig.i18n.utils
 class DoubleProperties
          The DoubleProperties class represents a set of properties.
 

Constructors in org.gvsig.i18n.utils with parameters of type OrderedProperties
OrderedProperties(OrderedProperties defaults)
          Create a new empty property list with the specified default values.
DoubleProperties(OrderedProperties defaults)