net.refractions.udig.ui
Class CRSChooserDialog

java.lang.Object
  extended by Dialog
      extended by net.refractions.udig.ui.CRSChooserDialog

public class CRSChooserDialog
extends Dialog


Constructor Summary
CRSChooserDialog(Shell parentShell, CoordinateReferenceSystem initialValue)
           
 
Method Summary
 boolean close()
           
protected  Control createDialogArea(Composite parent)
           
 CoordinateReferenceSystem getResult()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CRSChooserDialog

public CRSChooserDialog(Shell parentShell,
                        CoordinateReferenceSystem initialValue)
Method Detail

createDialogArea

protected Control createDialogArea(Composite parent)

close

public boolean close()

getResult

public CoordinateReferenceSystem getResult()