Java org.eclipse.jface.wizard ProgressMonitorPart fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.wizard ProgressMonitorPart fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.wizard ProgressMonitorPart.

The text is from its open source code.

Subclass

org.eclipse.jface.wizard.ProgressMonitorPart has subclasses.
Click this link to see all its subclasses.

Constructor

ProgressMonitorPart(Composite parent, Layout layout)
Creates a ProgressMonitorPart that does not provide a stop button.
ProgressMonitorPart(Composite parent, Layout layout, int progressIndicatorHeight)
Creates a ProgressMonitorPart that does not provide a stop button.
ProgressMonitorPart(Composite parent, Layout layout, boolean createStopButton)
Creates a ProgressMonitorPart.

Method

voidattachToCancelComponent(Control cancelComponent)
Attaches the progress monitor part to the given cancel component.
voidbeginTask(String name, int totalWork)
voidclearBlocked()
voiddone()
voidinternalWorked(double work)
booleanisCanceled()
voidremoveFromCancelComponent(Control cancelComponent)
Detach the progress monitor part from the given cancel component.
voidsetCanceled(boolean b)