Java org.eclipse.jface.dialogs ProgressIndicator fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.dialogs ProgressIndicator fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

ProgressIndicator(Composite parent, int style)
Create a ProgressIndicator as a child under the given parent.
ProgressIndicator(Composite parent)
Create a ProgressIndicator as a child under the given parent.

Method

voidbeginTask(int max)
Initialize the progress bar.
voiddone()
Progress is done.
voidshowError()
Show the receiver as showing an error.
voidshowNormal()
Reset the progress bar to it's normal style.
voidshowPaused()
Show the receiver as being paused.
voidworked(double work)
Moves the progress indicator by the given amount of work units