Klasse DefaultBuildProgressMonitor

java.lang.Object
java.lang.Thread
org.aspectj.ajde.ui.swing.DefaultBuildProgressMonitor
Alle implementierten Schnittstellen:
Runnable, IBuildProgressMonitor

public class DefaultBuildProgressMonitor extends Thread implements IBuildProgressMonitor
This dialog box is open while ajc is compiling the system and displays a corresponding progress bar.
Autor:
Mik Kersten
  • Felddetails

  • Konstruktordetails

    • DefaultBuildProgressMonitor

      public DefaultBuildProgressMonitor(Frame parent)
  • Methodendetails

    • begin

      public void begin()
      Start the progress monitor.
      Angegeben von:
      begin in Schnittstelle IBuildProgressMonitor
    • setProgressText

      public void setProgressText(String text)
      Sets the label describing the current progress phase.
      Angegeben von:
      setProgressText in Schnittstelle IBuildProgressMonitor
    • finish

      public void finish(boolean wasFullBuild)
      Jump the progress bar to the end and finish progress monitoring.
      Angegeben von:
      finish in Schnittstelle IBuildProgressMonitor
      Parameter:
      wasFullBuild - - true if was a full build, false otherwise
    • isCancelRequested

      public boolean isCancelRequested()
      Beschreibung aus Schnittstelle kopiert: IBuildProgressMonitor
      Checks whether the user has chosen to cancel the progress monitor
      Angegeben von:
      isCancelRequested in Schnittstelle IBuildProgressMonitor
      Gibt zurück:
      true if progress monitor has been cancelled and false otherwise
    • setProgress

      public void setProgress(double percentDone)
      Beschreibung aus Schnittstelle kopiert: IBuildProgressMonitor
      Sets the current progress done
      Angegeben von:
      setProgress in Schnittstelle IBuildProgressMonitor
      Parameter:
      percentDone -