- setCanceled(boolean) - Method in interface org.eclipse.core.runtime.IProgressMonitor
-
Sets the cancel state to the given value.
- setCanceled(boolean) - Method in class org.eclipse.core.runtime.NullProgressMonitor
-
This implementation sets the value of an internal state variable.
- setCanceled(boolean) - Method in class org.eclipse.core.runtime.SubMonitor
-
- setTaskName(String) - Method in interface org.eclipse.core.runtime.IProgressMonitor
-
Sets the task name to the given value.
- setTaskName(String) - Method in class org.eclipse.core.runtime.NullProgressMonitor
-
This implementation does nothing.
- setTaskName(String) - Method in class org.eclipse.core.runtime.SubMonitor
-
- setWorkRemaining(int) - Method in class org.eclipse.core.runtime.SubMonitor
-
Sets the work remaining for this SubMonitor instance.
- skip(long) - Method in class ej.io.progress.ProgressInputStream
-
- SubMonitor - Class in org.eclipse.core.runtime
-
A progress monitor that uses a given amount of work ticks from a parent monitor.
- subTask(String) - Method in interface org.eclipse.core.runtime.IProgressMonitor
-
Notifies that a subtask of the main task is beginning.
- subTask(String) - Method in class org.eclipse.core.runtime.NullProgressMonitor
-
This implementation does nothing.
- subTask(String) - Method in class org.eclipse.core.runtime.SubMonitor
-
- SUPPRESS_ALL_LABELS - Static variable in class org.eclipse.core.runtime.SubMonitor
-
May be passed as a flag to newChild.
- SUPPRESS_BEGINTASK - Static variable in class org.eclipse.core.runtime.SubMonitor
-
May be passed as a flag to newChild.
- SUPPRESS_NONE - Static variable in class org.eclipse.core.runtime.SubMonitor
-
May be passed as a flag to newChild.
- SUPPRESS_SETTASKNAME - Static variable in class org.eclipse.core.runtime.SubMonitor
-
May be passed as a flag to newChild.
- SUPPRESS_SUBTASK - Static variable in class org.eclipse.core.runtime.SubMonitor
-
May be passed as a flag to newChild.