edu.columbia.cs.irt.sipcloud.gui
Class StopInstanceDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
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 |
StopInstanceDialog
public StopInstanceDialog(org.eclipse.swt.widgets.Shell parent,
int style)
- Create the dialog.
- Parameters:
parent
- Shell Parentstyle
- SWT Style
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.