net.refractions.udig.catalog.ui
Interface UDIGConnectionPage

All Known Implementing Classes:
AbstractProprietaryDatastoreWizardPage, AbstractUDIGImportPage, DataBaseRegistryWizardPage, DataStoreWizardPage, FileConnectionPage, NewServiceConnectionPage

public interface UDIGConnectionPage

A udig import wizard page is responsible for providing a user interface which is used to gather connection information for a specific service.

It is not strictly required but it is highly recommended that the implementation be a subclass of AbstractUDIGImportPage.

Since:
0.9.0
Author:
jeichar
See Also:
AbstractUDIGImportPage

Method Summary
 java.util.Map<java.lang.String,java.io.Serializable> getParams()
          Returns the connection parameters stored by the connection page.
 void setErrorMessage(java.lang.String newMessage)
          Sets or clears the error message for this page.
 

Method Detail

getParams

java.util.Map<java.lang.String,java.io.Serializable> getParams()
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.

setErrorMessage

void setErrorMessage(java.lang.String newMessage)
Sets or clears the error message for this page.

Parameters:
newMessage - the message, or null to clear the error message