net.refractions.udig.catalog.ui.wizard
Class DataStoreWizardPage

java.lang.Object
  extended by WizardPage
      extended by net.refractions.udig.catalog.ui.AbstractUDIGImportPage
          extended by net.refractions.udig.catalog.ui.wizard.DataStoreWizardPage
All Implemented Interfaces:
UDIGConnectionPage
Direct Known Subclasses:
DataBaseRegistryWizardPage

public abstract class DataStoreWizardPage
extends AbstractUDIGImportPage

Provides ...TODO summary sentence

TODO Description

Responsibilities:

Example Use:


  DataStoreWizardPage x = new DataStoreWizardPage( ... );
  TODO code example
 

Since:
0.3
Author:
dzwiers

Field Summary
protected  boolean canFlipToNextPage
           
 
Constructor Summary
DataStoreWizardPage()
           
DataStoreWizardPage(java.lang.String name)
           
 
Method Summary
 boolean canFlipToNextPage()
          TODO summary sentence for canFlipToNextPage ...
protected abstract  DataStoreFactorySpi getDataStoreFactorySpi()
           
abstract  java.util.Map<java.lang.String,java.io.Serializable> getParams()
          Returns the connection parameters stored by the connection page.
abstract  boolean isPageComplete()
           
 void setCanFlipToNextPage(boolean canFlipToNextPage)
           
 
Methods inherited from class net.refractions.udig.catalog.ui.AbstractUDIGImportPage
getNextPage, leavingPage, popErrorMessage, popMessage, setErrorMessage, setMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

canFlipToNextPage

protected boolean canFlipToNextPage
Constructor Detail

DataStoreWizardPage

public DataStoreWizardPage(java.lang.String name)

DataStoreWizardPage

public DataStoreWizardPage()
Method Detail

getParams

public abstract java.util.Map<java.lang.String,java.io.Serializable> getParams()
Description copied from interface: UDIGConnectionPage
Returns the connection parameters stored by the connection page. If this is not the final page in the sequence of pages null(or anything else) may be returned.

Returns:
A map of connection parameters.

getDataStoreFactorySpi

protected abstract DataStoreFactorySpi getDataStoreFactorySpi()

isPageComplete

public abstract boolean isPageComplete()
See Also:
org.eclipse.jface.wizard.IWizardPage#isPageComplete()

canFlipToNextPage

public final boolean canFlipToNextPage()
TODO summary sentence for canFlipToNextPage ...

Returns:
See Also:
net.refractions.udig.catalog.internal.ui.datastore.DataStoreWizardPage#canFlipToNextPage()

setCanFlipToNextPage

public final void setCanFlipToNextPage(boolean canFlipToNextPage)