de.folt.models.applicationmodel.guimodel.support
Class CancelTaskDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
de.folt.models.applicationmodel.guimodel.support.CancelTaskDialog
public class CancelTaskDialog
- extends org.eclipse.swt.widgets.Dialog
- Author:
- klemens.waldhoer
To change the template for this generated type comment go to Window -
Preferences - Java - Code Generation - Code and Comments
|
Constructor Summary |
CancelTaskDialog(org.eclipse.swt.widgets.Shell parent,
java.lang.String title,
java.lang.String messageText)
|
| Methods inherited from class org.eclipse.swt.widgets.Dialog |
getParent, getStyle, getText, setText |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CancelTaskDialog
public CancelTaskDialog(org.eclipse.swt.widgets.Shell parent,
java.lang.String title,
java.lang.String messageText)
close
public void close()
isCancelled
public boolean isCancelled()
isHalted
public boolean isHalted()
isTerminated
public boolean isTerminated()
show
public void show()