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.ui.AbstractUDIGImportPage
              extended by net.refractions.udig.catalog.memory.NewServiceConnectionPage
All Implemented Interfaces:
UDIGConnectionPage

public class NewServiceConnectionPage
extends AbstractUDIGImportPage
implements UDIGConnectionPage

Author:
jones

Constructor Summary
NewServiceConnectionPage()
           
 
Method Summary
 void createControl(Composite parent)
           
 java.util.Map<java.lang.String,java.io.Serializable> getParams()
          Gather up connection parameters from the user interface
 
Methods inherited from class net.refractions.udig.catalog.ui.AbstractUDIGImportPage
dispose, getNextPage, getResourceIDs, getServices, leavingPage, setErrorMessage, setMessage
 
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
getResourceIDs, getServices, setErrorMessage
 

Constructor Detail

NewServiceConnectionPage

public NewServiceConnectionPage()
Method Detail

getParams

public java.util.Map<java.lang.String,java.io.Serializable> getParams()
Description copied from class: AbstractUDIGImportPage
Gather up connection parameters from the user interface

Specified by:
getParams in interface UDIGConnectionPage
Overrides:
getParams in class AbstractUDIGImportPage
Returns:
connection parameters from the user interface

createControl

public void createControl(Composite parent)