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

java.lang.Object
  extended by de.folt.models.applicationmodel.guimodel.support.CancelTask
All Implemented Interfaces:
java.lang.Runnable

public class CancelTask
extends java.lang.Object
implements java.lang.Runnable

Author:
klemens.waldhoer To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Constructor Summary
CancelTask(org.eclipse.swt.widgets.Shell parent, java.lang.String title, java.lang.String message)
           
 
Method Summary
 void close()
           
 boolean isCancelled()
           
 boolean isHalted()
           
 boolean isTerminated()
           
 void run()
           
 void setCancelled(boolean b)
           
 void setTerminated(boolean b)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CancelTask

public CancelTask(org.eclipse.swt.widgets.Shell parent,
                  java.lang.String title,
                  java.lang.String message)
Method Detail

close

public void close()

isCancelled

public boolean isCancelled()

isHalted

public boolean isHalted()

isTerminated

public boolean isTerminated()

run

public void run()
Specified by:
run in interface java.lang.Runnable

setCancelled

public void setCancelled(boolean b)

setTerminated

public void setTerminated(boolean b)