Uses of Interface
org.aspectj.ajde.EditorAdapter
Packages that use EditorAdapter
-
Uses of EditorAdapter in org.aspectj.ajde
Methods in org.aspectj.ajde that return EditorAdapterMethods in org.aspectj.ajde with parameters of type EditorAdapterModifier and TypeMethodDescriptionvoidAjde.init(ICompilerConfiguration compilerConfig, IUIBuildMessageHandler uiBuildMessageHandler, IBuildProgressMonitor monitor, EditorAdapter editorAdapter, IdeUIAdapter ideUIAdapter, IconRegistry iconRegistry, 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 EditorAdapterModifierConstructorDescriptionGoToLineThread(String fileToSeekTo, int lineNumber, EditorAdapter editorAdapter)