Class BatchInitializationMonitor
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.BatchInitializationMonitor
- All Implemented Interfaces:
org.eclipse.core.runtime.IProgressMonitor
public class BatchInitializationMonitor
extends Object
implements org.eclipse.core.runtime.IProgressMonitor
Copyright (c) 2000, 2013 IBM Corporation and others.
This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
IBM Corporation - initial API and implementation
-
Field Summary
FieldsModifier and TypeFieldDescriptionintFields inherited from interface org.eclipse.core.runtime.IProgressMonitor
UNKNOWN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddone()intvoidinternalWorked(double work) booleanvoidsetCanceled(boolean value) voidsetTaskName(String name) voidvoidworked(int work) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.core.runtime.IProgressMonitor
clearBlocked, setBlocked, slice
-
Field Details
-
initializeAfterLoadMonitor
-
subTaskName
-
worked
public int worked
-
-
Constructor Details
-
BatchInitializationMonitor
public BatchInitializationMonitor()
-
-
Method Details
-
beginTask
- Specified by:
beginTaskin interfaceorg.eclipse.core.runtime.IProgressMonitor
-
done
public void done()- Specified by:
donein interfaceorg.eclipse.core.runtime.IProgressMonitor
-
internalWorked
public void internalWorked(double work) - Specified by:
internalWorkedin interfaceorg.eclipse.core.runtime.IProgressMonitor
-
isCanceled
public boolean isCanceled()- Specified by:
isCanceledin interfaceorg.eclipse.core.runtime.IProgressMonitor
-
setCanceled
public void setCanceled(boolean value) - Specified by:
setCanceledin interfaceorg.eclipse.core.runtime.IProgressMonitor
-
setTaskName
- Specified by:
setTaskNamein interfaceorg.eclipse.core.runtime.IProgressMonitor
-
subTask
- Specified by:
subTaskin interfaceorg.eclipse.core.runtime.IProgressMonitor
-
worked
public void worked(int work) - Specified by:
workedin interfaceorg.eclipse.core.runtime.IProgressMonitor
-
getWorked
public int getWorked()
-