Uses of Interface
org.aspectj.ajde.core.IBuildProgressMonitor
Packages that use IBuildProgressMonitor
Package
Description
-
Uses of IBuildProgressMonitor in org.aspectj.ajde
Methods in org.aspectj.ajde that return IBuildProgressMonitorMethods in org.aspectj.ajde with parameters of type IBuildProgressMonitorModifier 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 IBuildProgressMonitor in org.aspectj.ajde.core
Methods in org.aspectj.ajde.core that return IBuildProgressMonitorConstructors in org.aspectj.ajde.core with parameters of type IBuildProgressMonitorModifierConstructorDescriptionAjCompiler(String compilerId, ICompilerConfiguration compilerConfig, IBuildProgressMonitor buildProgressMonitor, IBuildMessageHandler buildMessageHandler) Creates a new AjCompiler for the given id, ICompilerConfiguration, IBuildProgressMonitor and IBuildMessageHandler. -
Uses of IBuildProgressMonitor in org.aspectj.ajde.core.internal
Constructors in org.aspectj.ajde.core.internal with parameters of type IBuildProgressMonitorModifierConstructorDescriptionAjdeCoreBuildNotifierAdapter(IBuildProgressMonitor progressMonitor) -
Uses of IBuildProgressMonitor in org.aspectj.ajde.ui.swing
Classes in org.aspectj.ajde.ui.swing that implement IBuildProgressMonitorModifier and TypeClassDescriptionclassThis dialog box is open while ajc is compiling the system and displays a corresponding progress bar.