org.geotools.swt.control
Class JDataStorePage

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

public class JDataStorePage
extends WizardPage

Data store wizard page for the data store wizard.

Author:
Andrea Antonello (www.hydrologis.com)

Field Summary
protected  Map<String,Object> connectionParameters
          Connection params for datastore
protected  DataStoreFactorySpi format
          Factory for which we are collection connection parameters
static String ID
           
 
Fields inherited from interface IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
JDataStorePage(DataStoreFactorySpi format)
           
JDataStorePage(DataStoreFactorySpi format, Map<String,Object> params)
           
 
Method Summary
 void createControl(Composite parent)
           
 boolean isValid()
           
 void setFormat(DataStoreFactorySpi format)
           
 void setLevel(String level)
           
 void setVisible(boolean visible)
           
 
Methods inherited from class WizardPage
canFlipToNextPage, 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
 
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
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values

format

protected DataStoreFactorySpi format
Factory for which we are collection connection parameters


connectionParameters

protected Map<String,Object> connectionParameters
Connection params for datastore

Constructor Detail

JDataStorePage

public JDataStorePage(DataStoreFactorySpi format)

JDataStorePage

public JDataStorePage(DataStoreFactorySpi format,
                      Map<String,Object> params)
Method Detail

setVisible

public void setVisible(boolean visible)
Specified by:
setVisible in interface IDialogPage
Overrides:
setVisible in class DialogPage

createControl

public void createControl(Composite parent)

setLevel

public void setLevel(String level)

setFormat

public void setFormat(DataStoreFactorySpi format)

isValid

public boolean isValid()


Copyright © 1996-2014 Geotools. All Rights Reserved.