Uses of Interface
org.aspectj.ajde.core.IBuildProgressMonitor

Packages that use IBuildProgressMonitor
org.aspectj.ajde   
org.aspectj.ajde.core   
org.aspectj.ajde.core.internal   
org.aspectj.ajde.ui.swing   
 

Uses of IBuildProgressMonitor in org.aspectj.ajde
 

Methods in org.aspectj.ajde that return IBuildProgressMonitor
 IBuildProgressMonitor Ajde.getBuildProgressMonitor()
           
 

Methods in org.aspectj.ajde with parameters of type IBuildProgressMonitor
 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 IBuildProgressMonitor in org.aspectj.ajde.core
 

Methods in org.aspectj.ajde.core that return IBuildProgressMonitor
 IBuildProgressMonitor AjCompiler.getBuildProgressMonitor()
           
 

Constructors in org.aspectj.ajde.core with parameters of type IBuildProgressMonitor
AjCompiler(java.lang.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 IBuildProgressMonitor
AjdeCoreBuildNotifierAdapter(IBuildProgressMonitor progressMonitor)
           
 

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

Classes in org.aspectj.ajde.ui.swing that implement IBuildProgressMonitor
 class DefaultBuildProgressMonitor
          This dialog box is open while ajc is compiling the system and displays a corresponding progress bar.