net.refractions.udig.catalog.ui.wizard
Class DataStoreWizardPage
java.lang.Object
WizardPage
net.refractions.udig.catalog.ui.AbstractUDIGImportPage
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
canFlipToNextPage
protected boolean canFlipToNextPage
DataStoreWizardPage
public DataStoreWizardPage(java.lang.String name)
DataStoreWizardPage
public DataStoreWizardPage()
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)