org.geotools.swt.control
Class JDataStoreWizard

Object
  extended by Wizard
      extended by JDataStoreWizard
All Implemented Interfaces:
IWizard

public class JDataStoreWizard
extends Wizard

Data store wizard.

Author:
Andrea Antonello (www.hydrologis.com)

Field Summary
 
Fields inherited from class Wizard
DEFAULT_IMAGE
 
Constructor Summary
JDataStoreWizard(DataStoreFactorySpi format)
           
JDataStoreWizard(DataStoreFactorySpi format, Map<String,Object> params)
           
JDataStoreWizard(String extension)
           
 
Method Summary
 void addPages()
           
 Map<String,Object> getConnectionParameters()
           
 File getFile()
          Helper method to check if for "url" parameter.
static void main(String[] args)
           
 boolean performFinish()
           
 void setFormat(DataStoreFactorySpi format)
          Setter for the format.
 
Methods inherited from class Wizard
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDataStoreWizard

public JDataStoreWizard(String extension)

JDataStoreWizard

public JDataStoreWizard(DataStoreFactorySpi format)

JDataStoreWizard

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

addPages

public void addPages()
Specified by:
addPages in interface IWizard
Overrides:
addPages in class Wizard

performFinish

public boolean performFinish()
Specified by:
performFinish in interface IWizard
Specified by:
performFinish in class Wizard

getConnectionParameters

public Map<String,Object> getConnectionParameters()

getFile

public File getFile()
Helper method to check if for "url" parameter.

Returns:
url parameters as a File, or null if not applicable

setFormat

public void setFormat(DataStoreFactorySpi format)
Setter for the format.

Parameters:
format - the format to set.

main

public static void main(String[] args)


Copyright © 1996-2014 Geotools. All Rights Reserved.