net.sf.zekr.ui
Class ProgressForm
java.lang.Object
net.sf.zekr.ui.BaseForm
net.sf.zekr.ui.ProgressForm
- All Implemented Interfaces:
- EventProtocol
public class ProgressForm
- extends BaseForm
A simple modal form, to show an SWT.INDETERMINATE progress bar.
- Since:
- Zekr 1.0
- Author:
- Mohsen Saboorian
Constructor Summary |
ProgressForm(org.eclipse.swt.widgets.Shell parent,
java.lang.String title,
java.lang.String message)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CALCELED
public static final int CALCELED
- See Also:
- Constant Field Values
FINISHED
public static final int FINISHED
- See Also:
- Constant Field Values
PROGRESSING
public static final int PROGRESSING
- See Also:
- Constant Field Values
ProgressForm
public ProgressForm(org.eclipse.swt.widgets.Shell parent,
java.lang.String title,
java.lang.String message)
init
public void init()
show
public void show()
- Overrides:
show
in class BaseForm
getShell
public org.eclipse.swt.widgets.Shell getShell()
getState
public int getState()
getDisplay
public org.eclipse.swt.widgets.Display getDisplay()
finish
public void finish()
close
public void close()