Uses of Class
scone.util.PersistentProperties

Packages that use PersistentProperties
scone Scone is a Framework to develop and evaluate new web enhancements, especially new web navigation and orientiation tools. 
scone.accesstracking Scone is able to trace the actions of a user when using a Web browser. 
scone.accesstracking2 Scone is able to trace the actions of a user when using a Web browser. 
scone.usertesttool Scone's usertesttool: TEA (Test Environment for Automation) "TEA" -- Scone's UserTestTool -- was developed to support usability experts while performing user tests. 
scone.util Contains utility classes. 
 

Uses of PersistentProperties in scone
 

Methods in scone that return PersistentProperties
 PersistentProperties Plugin.getProperties()
          returns a PersistentProperties object that the framework provides for the plugin.
 

Uses of PersistentProperties in scone.accesstracking
 

Fields in scone.accesstracking declared as PersistentProperties
protected static PersistentProperties AccessTracking.props
           
 

Uses of PersistentProperties in scone.accesstracking2
 

Fields in scone.accesstracking2 declared as PersistentProperties
static PersistentProperties AccessTracking.props
           
 

Uses of PersistentProperties in scone.usertesttool
 

Fields in scone.usertesttool declared as PersistentProperties
protected static PersistentProperties UserTestToolMeg.props
           
protected static PersistentProperties UserTestTool.props
           
protected static PersistentProperties UserTestControl.props
           
 

Uses of PersistentProperties in scone.util
 

Constructors in scone.util with parameters of type PersistentProperties
PersistentPropertiesGui(java.awt.Dialog parent, PersistentProperties properties)
          Create a new Persistentproperties GUI
PersistentPropertiesGui(java.awt.Frame parent, PersistentProperties properties)
          Create a new Persistentproperties GUI