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 Constants and data for JExpress. 
com.denova.JExpress.Installer Contains classes to customize the installer. 
com.denova.JExpress.Uninstaller   
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
 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(PropertyList properties)
          Set the property list to use.
 

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

Uses of PropertyList in com.denova.JExpress
 

Subclasses of PropertyList in com.denova.JExpress
 class JExpressPropertyStore
          Persistent data for JExpress.
 

Uses of PropertyList in com.denova.JExpress.Installer
 

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

Uses of PropertyList in com.denova.JExpress.Uninstaller
 

Constructors in com.denova.JExpress.Uninstaller with parameters of type PropertyList
AbstractFeedbackPanel(PropertyList properties)
          Constructor for the AbstractFeedbackPanel object.
 

Uses of PropertyList in com.denova.JExpress.Updater
 

Methods in com.denova.JExpress.Updater that return PropertyList
static PropertyList CustomUpdater.getPropertyList()
          Returns the updater's property list.
 

Uses of PropertyList in com.denova.ui
 

Methods in com.denova.ui that return PropertyList
 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(PropertyList properties)
          Sets properties used during the installation.
 

Constructors in com.denova.ui with parameters of type PropertyList
ProgressPanel(PropertyList properties)
          A custom class which has no user interaction can inherit from ProgressPanel instead of WizardPanel, if you'd like.
WizardPanel(javax.swing.JPanel panel, PropertyList properties)
          WizardPanel constructor.
WizardPanel(javax.swing.JPanel panel, PropertyList properties, Log errorLog)
          Deprecated.  
WizardPanel(PropertyList properties)
          To fully integrate a custom extension, create a class that extends WizardPanel.
WizardPanel(PropertyList properties, Log errorLog)
          Deprecated.  
 

Uses of PropertyList in com.denova.util
 

Subclasses of PropertyList in com.denova.util
 class com.denova.util.PropertyStore
           
 

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

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