net.refractions.udig.catalog.memory
Class NewServiceConnectionPage

java.lang.Object
  extended by WizardPage
      extended by net.refractions.udig.catalog.ui.workflow.WorkflowWizardPage
          extended by net.refractions.udig.catalog.memory.NewServiceConnectionPage
All Implemented Interfaces:
UDIGConnectionPage

public class NewServiceConnectionPage
extends WorkflowWizardPage
implements UDIGConnectionPage

Author:
jones

Constructor Summary
NewServiceConnectionPage()
           
 
Method Summary
 void createControl(Composite parent)
           
 java.util.Map<java.lang.String,java.io.Serializable> getParams()
          Returns the connection parameters stored by the connection page.
 
Methods inherited from class net.refractions.udig.catalog.ui.workflow.WorkflowWizardPage
canFlipToNextPage, getState, getWizard, setState, shown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.refractions.udig.catalog.ui.UDIGConnectionPage
setErrorMessage
 

Constructor Detail

NewServiceConnectionPage

public NewServiceConnectionPage()
Method Detail

getParams

public 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.

Specified by:
getParams in interface UDIGConnectionPage
Returns:
A map of connection parameters.

createControl

public void createControl(Composite parent)