org.geotools.swt.control
Class JDataChoosePage

Object
  extended by DialogPage
      extended by WizardPage
          extended by JDataChoosePage
All Implemented Interfaces:
IDialogPage, IMessageProvider, ISelectionChangedListener, IWizardPage

public class JDataChoosePage
extends WizardPage
implements ISelectionChangedListener

Data chooser wizard page for the data store wizard.

Author:
Andrea Antonello (www.hydrologis.com)

Field Summary
static String ID
           
 
Fields inherited from interface IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
JDataChoosePage()
           
 
Method Summary
 boolean canFlipToNextPage()
           
 void createControl(Composite parent)
           
 DataStoreFactorySpi getSelectedFactory()
           
 void selectionChanged(SelectionChangedEvent event)
           
 
Methods inherited from class WizardPage
getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
 
Methods inherited from class DialogPage
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface IDialogPage
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values
Constructor Detail

JDataChoosePage

public JDataChoosePage()
Method Detail

createControl

public void createControl(Composite parent)
Specified by:
createControl in interface IDialogPage

canFlipToNextPage

public boolean canFlipToNextPage()
Specified by:
canFlipToNextPage in interface IWizardPage
Overrides:
canFlipToNextPage in class WizardPage

getSelectedFactory

public DataStoreFactorySpi getSelectedFactory()

selectionChanged

public void selectionChanged(SelectionChangedEvent event)
Specified by:
selectionChanged in interface ISelectionChangedListener


Copyright © 1996-2014 Geotools. All Rights Reserved.