Uses of Class
java.util.Properties

Packages that use Properties
java.awt   
java.lang   
java.util   
 

Uses of Properties in java.awt
 

Fields in java.awt declared as Properties
private static Properties Cursor.systemCustomCursorProperties
           
 

Methods in java.awt with parameters of type Properties
abstract  PrintJob Toolkit.getPrintJob(Frame frame, String jobtitle, Properties props)
          Gets a PrintJob object which is the result of initiating a print operation on the toolkit's platform.
 

Uses of Properties in java.lang
 

Fields in java.lang declared as Properties
private static Properties System.props
          System properties.
 

Methods in java.lang that return Properties
private static Properties System.initProperties(Properties props)
           
static Properties System.getProperties()
          Determines the current system properties.
 

Methods in java.lang with parameters of type Properties
private static Properties System.initProperties(Properties props)
           
static void System.setProperties(Properties props)
          Sets the system properties to the Properties argument.
 

Uses of Properties in java.util
 

Fields in java.util declared as Properties
protected  Properties Properties.defaults
          A property list that contains default values for any keys not found in this property list.
private  Properties PropertyResourceBundle.lookup
           
 

Constructors in java.util with parameters of type Properties
Properties.Properties(Properties defaults)
          Creates an empty property list with the specified defaults.