de.folt.models.applicationmodel.guimodel.support
Class ProgressDialogSupport
java.lang.Object
de.folt.models.applicationmodel.guimodel.support.ProgressDialogSupport
public class ProgressDialogSupport
- extends java.lang.Object
- Author:
- klemens.waldhoer
To change the template for this generated type comment go to Window -
Preferences - Java - Code Generation - Code and Comments
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressDialogSupport
public ProgressDialogSupport(ProgressDialog progressDialog)
getCancelTask
public CancelTask getCancelTask()
- Returns:
- the cancelTask
returnShell
public org.eclipse.swt.widgets.Shell returnShell()
setCancelTask
public void setCancelTask(CancelTask cancelTask)
- Parameters:
cancelTask - the cancelTask to set
updateProgressIndication
public void updateProgressIndication(int iCurrentNumber,
int iOverallNumbers)
updateProgressIndication
public void updateProgressIndication(java.lang.String entry)
updateProgressIndicationNoMessage
public void updateProgressIndicationNoMessage(java.lang.String entry)