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

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

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

RegionChooserDialog allows users to choose the Amazon EC2 region.

Author:
Jin Hyung Park [jp2105]

Constructor Summary
RegionChooserDialog(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

RegionChooserDialog

public RegionChooserDialog(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 region chooser dialog will be returned.