Uses of Class
com.denova.util.PropertyList

Packages that use PropertyList
com.denova.io Provides classes to log errors and diagnostic messages as well as manage files. 
com.denova.JExpress.Installer Contains classes to customize the installer. 
com.denova.JExpress.Updater Provides classes to customize the updater. 
com.denova.ui Manage the user interface and tame Swing. 
com.denova.util Provides a class to manipulate property files. 
 

Uses of PropertyList in com.denova.io
 

Methods in com.denova.io that return PropertyList
 com.denova.util.PropertyList FileGroup.getProperties()
          Get the property list that is being used for the FileGroup.
 

Methods in com.denova.io with parameters of type PropertyList
 void FileGroup.setProperties(com.denova.util.PropertyList properties)
          Set the property list to use.
 

Constructors in com.denova.io with parameters of type PropertyList
FileGroup(com.denova.util.PropertyList properties)
          Sets the property list to use to maintain the file group.
 

Uses of PropertyList in com.denova.JExpress.Installer
 

Constructors in com.denova.JExpress.Installer with parameters of type PropertyList
StatusPanel(com.denova.util.PropertyList properties)
          A custom class which has no user interaction can inherit from StatusPanel instead of WizardPanel, if you'd like.
StatusPanel(com.denova.util.PropertyList properties, com.denova.io.Log errorLog)
          Deprecated.  
 

Uses of PropertyList in com.denova.JExpress.Updater
 

Methods in com.denova.JExpress.Updater that return PropertyList
static com.denova.util.PropertyList CustomUpdater.getUserPropertyList()
          Gets the user property list from update.control.
 

Uses of PropertyList in com.denova.ui
 

Methods in com.denova.ui that return PropertyList
 com.denova.util.PropertyList WizardPanel.getPropertyList()
          Returns the list of properties available during the installation.
 

Methods in com.denova.ui with parameters of type PropertyList
 void WizardPanel.setPropertyList(com.denova.util.PropertyList properties)
          Sets properties used during the installation.
 

Constructors in com.denova.ui with parameters of type PropertyList
WizardPanel(com.denova.util.PropertyList properties)
          To fully integrate a custom extension, create a class that extends WizardPanel.
WizardPanel(com.denova.util.PropertyList properties, com.denova.io.Log errorLog)
          Deprecated.  
WizardPanel(javax.swing.JPanel panel, com.denova.util.PropertyList properties)
          WizardPanel constructor.
WizardPanel(javax.swing.JPanel panel, com.denova.util.PropertyList properties, com.denova.io.Log errorLog)
          Deprecated.  
 

Uses of PropertyList in com.denova.util
 

Methods in com.denova.util that return PropertyList
 com.denova.util.PropertyList PropertyList.getPropertyListProperty(java.lang.String name)
          Gets a PropertyList property.
 com.denova.util.PropertyList PropertyList.getPropertyListProperty(java.lang.String name, com.denova.util.PropertyList dflt)
          Gets a PropertyList property.
 

Methods in com.denova.util with parameters of type PropertyList
 com.denova.util.PropertyList PropertyList.getPropertyListProperty(java.lang.String name, com.denova.util.PropertyList dflt)
          Gets a PropertyList property.
 void PropertyList.setPropertyListProperty(java.lang.String name, com.denova.util.PropertyList value)
          Sets a PropertyList property.
 void PropertyList.setPropertyList(com.denova.util.PropertyList p)
          Sets the current PropertyList.
 void PropertyList.addPropertyList(com.denova.util.PropertyList p)
          Adds the PropertyList to the current PropertyList.