de.folt.models.applicationmodel.guimodel.support
Class ProgressDialogSupport

java.lang.Object
  extended by 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

Constructor Summary
ProgressDialogSupport(ProgressDialog progressDialog)
           
 
Method Summary
 CancelTask getCancelTask()
           
 org.eclipse.swt.widgets.Shell returnShell()
           
 void setCancelTask(CancelTask cancelTask)
           
 void updateProgressIndication(int iCurrentNumber, int iOverallNumbers)
           
 void updateProgressIndication(java.lang.String entry)
           
 void updateProgressIndicationNoMessage(java.lang.String entry)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressDialogSupport

public ProgressDialogSupport(ProgressDialog progressDialog)
Method Detail

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)