edu.columbia.cs.irt.sipcloud.gui
Class StopInstanceDialog

java.lang.Object
  extended by org.eclipse.swt.widgets.Dialog
      extended by edu.columbia.cs.irt.sipcloud.gui.StopInstanceDialog

public class StopInstanceDialog
extends org.eclipse.swt.widgets.Dialog

StopInstanceDialog displays the list of VM instances so that users can stop the application running on VM instance.

Author:
Jin Hyung Park [jp2105]

Constructor Summary
StopInstanceDialog(org.eclipse.swt.widgets.Shell parent, int style)
          Create the dialog.
 
Method Summary
 java.lang.Object open()
          Open the dialog.
 void setListener(org.eclipse.swt.widgets.Listener mouseListener)
           
 
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

StopInstanceDialog

public StopInstanceDialog(org.eclipse.swt.widgets.Shell parent,
                          int style)
Create the dialog.

Parameters:
parent - Shell Parent
style - SWT Style
Method Detail

setListener

public void setListener(org.eclipse.swt.widgets.Listener mouseListener)

open

public java.lang.Object open()
Open the dialog.

Returns:
The Stop Instance dialog will be returned.