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

java.lang.Object
  extended by org.eclipse.swt.widgets.Dialog
      extended by 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)
           
 
Method Summary
 void close()
           
 boolean isCancelled()
           
 boolean isHalted()
           
 boolean isTerminated()
           
 void show()
           
 
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
 

Constructor Detail

CancelTaskDialog

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

close

public void close()

isCancelled

public boolean isCancelled()

isHalted

public boolean isHalted()

isTerminated

public boolean isTerminated()

show

public void show()