Uses of Class
org.objectweb.jac.aspects.gui.swing.SHEditorConfig

Packages that use SHEditorConfig
org.objectweb.jac.aspects.gui.swing Provides a simple and generic GUI (Graphical User Interface) aspect using SWING. 
org.objectweb.jac.ide This package contains the implementation of the JAC's IDE: UMLAF (for UML Aspectual Factory). 
 

Uses of SHEditorConfig in org.objectweb.jac.aspects.gui.swing
 

Fields in org.objectweb.jac.aspects.gui.swing declared as SHEditorConfig
protected  SHEditorConfig SHEditor.conf
           
 

Methods in org.objectweb.jac.aspects.gui.swing that return SHEditorConfig
 SHEditorConfig SHEditor.getConfig()
           
 

Methods in org.objectweb.jac.aspects.gui.swing with parameters of type SHEditorConfig
 void SHEditor.setConfig(SHEditorConfig conf)
           
 

Uses of SHEditorConfig in org.objectweb.jac.ide
 

Methods in org.objectweb.jac.ide that return SHEditorConfig
 SHEditorConfig Preferences.getEditorPrefs()
           
 

Methods in org.objectweb.jac.ide with parameters of type SHEditorConfig
 void Preferences.setEditorPrefs(SHEditorConfig prefs)