org.geotools.swt.control
Class CRSChooserDialog

Object
  extended by Window
      extended by Dialog
          extended by CRSChooserDialog
All Implemented Interfaces:
IShellProvider

public class CRSChooserDialog
extends Dialog


Nested Class Summary
 
Nested classes/interfaces inherited from class Window
Window.IExceptionHandler
 
Field Summary
 
Fields inherited from class Dialog
blockedHandler, buttonBar, DIALOG_DEFAULT_BOUNDS, DIALOG_PERSISTLOCATION, DIALOG_PERSISTSIZE, dialogArea, DLG_IMG_ERROR, DLG_IMG_HELP, DLG_IMG_INFO, DLG_IMG_MESSAGE_ERROR, DLG_IMG_MESSAGE_INFO, DLG_IMG_MESSAGE_WARNING, DLG_IMG_QUESTION, DLG_IMG_WARNING, ELLIPSIS
 
Fields inherited from class Window
CANCEL, OK
 
Constructor Summary
CRSChooserDialog(Shell parentShell, CoordinateReferenceSystem initialValue)
           
 
Method Summary
 boolean close()
           
protected  Control createDialogArea(Composite parent)
           
 CoordinateReferenceSystem getResult()
           
static void main(String[] args)
           
 
Methods inherited from class Dialog
applyDialogFont, buttonPressed, cancelPressed, convertHeightInCharsToPixels, convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, convertWidthInCharsToPixels, create, createButton, createButtonBar, createButtonsForButtonBar, createContents, dialogFontIsDefault, getBlockedHandler, getButton, getButtonBar, getCancelButton, getDialogArea, getDialogBoundsSettings, getDialogBoundsStrategy, getImage, getInitialLocation, getInitialSize, getOKButton, initializeBounds, initializeDialogUnits, isResizable, okPressed, setBlockedHandler, setButtonLayoutData, setButtonLayoutFormData, shortenText
 
Methods inherited from class Window
canHandleShellCloseEvent, configureShell, constrainShellSize, createShell, getConstrainedShellBounds, getContents, getDefaultImage, getDefaultImages, getDefaultOrientation, getLayout, getParentShell, getReturnCode, getShell, getShellListener, getShellStyle, getWindowManager, handleFontChange, handleShellCloseEvent, open, setBlockOnOpen, setDefaultImage, setDefaultImages, setDefaultModalParent, setDefaultOrientation, setExceptionHandler, setParentShell, setReturnCode, setShellStyle, setWindowManager
 
Methods inherited from class 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)
Overrides:
createDialogArea in class Dialog

close

public boolean close()
Overrides:
close in class Dialog

getResult

public CoordinateReferenceSystem getResult()

main

public static void main(String[] args)


Copyright © 1996-2014 Geotools. All Rights Reserved.