|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SHEditor | |
org.objectweb.jac.aspects.gui.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 | |
SHEditor |
EditorScrollPane.editor
|
protected SHEditor |
AbstractCodeEditor.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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |