de.folt.models.applicationmodel.guimodel.support
Class CancelTask
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CancelTask
public CancelTask(org.eclipse.swt.widgets.Shell parent,
java.lang.String title,
java.lang.String message)
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)