Uses of Interface
org.aspectj.ajde.EditorAdapter

Packages that use EditorAdapter
org.aspectj.ajde   
org.aspectj.ajde.ui.swing   
 

Uses of EditorAdapter in org.aspectj.ajde
 

Methods in org.aspectj.ajde that return EditorAdapter
 EditorAdapter Ajde.getEditorAdapter()
           
 

Methods in org.aspectj.ajde with parameters of type EditorAdapter
 void Ajde.init(ICompilerConfiguration compilerConfig, IUIBuildMessageHandler uiBuildMessageHandler, IBuildProgressMonitor monitor, EditorAdapter editorAdapter, IdeUIAdapter ideUIAdapter, IconRegistry iconRegistry, java.awt.Frame rootFrame, IRuntimeProperties runtimeProperties, boolean useFileView)
          Initializes the ajde ui and sets up the compiler
 

Uses of EditorAdapter in org.aspectj.ajde.ui.swing
 

Constructors in org.aspectj.ajde.ui.swing with parameters of type EditorAdapter
GoToLineThread(java.lang.String fileToSeekTo, int lineNumber, EditorAdapter editorAdapter)