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

Packages that use SHEditor
org.objectweb.jac.aspects.gui.swing Provides a simple and generic GUI (Graphical User Interface) aspect using SWING. 
org.objectweb.jac.ide.swing   
 

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

Fields in org.objectweb.jac.aspects.gui.swing declared as SHEditor
protected  SHEditor AbstractCodeEditor.editor
           
 SHEditor EditorScrollPane.editor
           
 

Methods in org.objectweb.jac.aspects.gui.swing with parameters of type SHEditor
 void DefaultCompletionEngine.runAutomaticCompletion(SHEditor editor, String text, int position, char c)
          Do nothing (anyway it is never called because isAutomaticCompletionChar always returns false).
abstract  void CompletionEngine.runAutomaticCompletion(SHEditor editor, String text, int position, char c)
           
 

Constructors in org.objectweb.jac.aspects.gui.swing with parameters of type SHEditor
SearchTool(SHEditor editor, int searchFrom)
           
 

Uses of SHEditor in org.objectweb.jac.ide.swing
 

Methods in org.objectweb.jac.ide.swing with parameters of type SHEditor
 void MethodBodyCompletionEngine.runAutomaticCompletion(SHEditor editor, String text, int position, char c)
          Help the programmer to write useful control structure such as for or while.
 

Constructors in org.objectweb.jac.ide.swing with parameters of type SHEditor
MethodBodyCompletionEngine(Method method, SHEditor editor)
          Creates a completion engine for a given method.