Verwendungen von Klasse
org.eclipse.net4j.util.om.monitor.SubMonitor
Packages, die SubMonitor verwenden
Package
Beschreibung
Interfaces and classes for platform-independent progress monitoring.
-
Verwendungen von SubMonitor in org.eclipse.net4j.util.om.monitor
Unterklassen von SubMonitor in org.eclipse.net4j.util.om.monitorModifizierer und TypKlasseBeschreibungfinal classAn instrumentedsub monitorthat automatically collects and reports usage statistics.Methoden in org.eclipse.net4j.util.om.monitor, die SubMonitor zurückgebenModifizierer und TypMethodeBeschreibungstatic SubMonitorSubMonitor.convert(IProgressMonitor monitor) Converts an unknown (possibly null) IProgressMonitor into a SubMonitor.static SubMonitorSubMonitor.convert(IProgressMonitor monitor, int work) Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated with the given number of ticks.static SubMonitorSubMonitor.convert(IProgressMonitor monitor, int work, SubMonitor.ProbingMode probingMode) Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated with the given number of ticks.static SubMonitorSubMonitor.convert(IProgressMonitor monitor, String taskName, int work) Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated with the given number of ticks.static SubMonitorSubMonitor.convert(IProgressMonitor monitor, String taskName, int work, SubMonitor.ProbingMode probingMode) Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated with the given number of ticks.static SubMonitorSubMonitor.convert(IProgressMonitor monitor, SubMonitor.ProbingMode probingMode) Converts an unknown (possibly null) IProgressMonitor into a SubMonitor.final SubMonitorSubMonitor.detectCancelation()final SubMonitorSubMonitor.detectCancelation(boolean on) final SubMonitorSubMonitor.newChild()Same asnewChild(1).final SubMonitorSubMonitor.newChild(int totalWork) Creates a sub progress monitor that will consume the given number of ticks from the receiver.final SubMonitorSubMonitor.newChild(int totalWork, int suppressFlags) Creates a sub progress monitor that will consume the given number of ticks from the receiver.final SubMonitorSubMonitor.setWorkRemaining(int workRemaining) Sets the work remaining for this SubMonitor instance.