Uses of Class
ix.iface.ui.JPropertiesManager

Packages that use JPropertiesManager
ix.iface.ui I-X user interfaces. 
ix.iview Viewers. 
 

Uses of JPropertiesManager in ix.iface.ui
 

Fields in ix.iface.ui declared as JPropertiesManager
protected  JPropertiesManager JPreferencesDialog.manager
           
 

Constructors in ix.iface.ui with parameters of type JPropertiesManager
JPreferencesDialog(javax.swing.JFrame parentFrame, JPropertiesManager propertiesManager)
           
 

Uses of JPropertiesManager in ix.iview
 

Subclasses of JPropertiesManager in ix.iview
 class IDEPropertiesManager
          A manager for properties/preferences of the I-X Domain Editor, I-DE.
 

Fields in ix.iview declared as JPropertiesManager
protected  JPropertiesManager DomainEditorFrame.propMan
           
protected  JPropertiesManager DomainEditor.propMan
           
 

Methods in ix.iview that return JPropertiesManager
protected  JPropertiesManager DomainEditor.ensureProperties()
           
protected  JPropertiesManager DomainEditor.ensurePropertiesManager()
           
 

Constructors in ix.iview with parameters of type JPropertiesManager
IDEPreferencesDialog(DomainEditorFrame frame, JPropertiesManager manager)