Package org.aspectj.ajde.ui.swing
Klasse DefaultBuildProgressMonitor
java.lang.Object
java.lang.Thread
org.aspectj.ajde.ui.swing.DefaultBuildProgressMonitor
- Alle implementierten Schnittstellen:
Runnable,IBuildProgressMonitor
This dialog box is open while ajc is compiling the system and displays
a corresponding progress bar.
- Autor:
- Mik Kersten
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.lang.Thread
Thread.BuilderPREVIEW, Thread.State, Thread.UncaughtExceptionHandler -
Feldübersicht
FelderVon Klasse geerbte Felder java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidbegin()Start the progress monitor.voidfinish(boolean wasFullBuild) Jump the progress bar to the end and finish progress monitoring.booleanChecks whether the user has chosen to cancel the progress monitorvoidsetProgress(double percentDone) Sets the current progress donevoidsetProgressText(String text) Sets the label describing the current progress phase.Von Klasse geerbte Methoden java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, suspend, threadId, toString, yield
-
Felddetails
-
PROGRESS_HEADING
- Siehe auch:
-
-
Konstruktordetails
-
DefaultBuildProgressMonitor
-
-
Methodendetails
-
begin
public void begin()Start the progress monitor.- Angegeben von:
beginin SchnittstelleIBuildProgressMonitor
-
setProgressText
Sets the label describing the current progress phase.- Angegeben von:
setProgressTextin SchnittstelleIBuildProgressMonitor
-
finish
public void finish(boolean wasFullBuild) Jump the progress bar to the end and finish progress monitoring.- Angegeben von:
finishin SchnittstelleIBuildProgressMonitor- Parameter:
wasFullBuild- - true if was a full build, false otherwise
-
isCancelRequested
public boolean isCancelRequested()Beschreibung aus Schnittstelle kopiert:IBuildProgressMonitorChecks whether the user has chosen to cancel the progress monitor- Angegeben von:
isCancelRequestedin SchnittstelleIBuildProgressMonitor- Gibt zurück:
- true if progress monitor has been cancelled and false otherwise
-
setProgress
public void setProgress(double percentDone) Beschreibung aus Schnittstelle kopiert:IBuildProgressMonitorSets the current progress done- Angegeben von:
setProgressin SchnittstelleIBuildProgressMonitor
-