org.geotools.swt.control
Class JParameterListPage

Object
  extended by DialogPage
      extended by WizardPage
          extended by JParameterListPage
All Implemented Interfaces:
IDialogPage, IMessageProvider, IWizardPage

public class JParameterListPage
extends WizardPage

Parameters wizard page for trhe parameter list wizard.

Author:
Andrea Antonello (www.hydrologis.com)

Field Summary
protected  Map<String,Object> connectionParameters
          Connection params for datastore
static String ID
           
 
Fields inherited from interface IMessageProvider
ERROR, INFORMATION, NONE, WARNING
 
Constructor Summary
JParameterListPage(String title, String description, List<Parameter<?>> contents, Map<String,Object> params)
           
 
Method Summary
 void createControl(Composite parent)
           
 boolean isValid()
           
 void setVisible(boolean visible)
           
 
Methods inherited from class WizardPage
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
 
Methods inherited from class DialogPage
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface IDialogPage
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values

connectionParameters

protected Map<String,Object> connectionParameters
Connection params for datastore

Constructor Detail

JParameterListPage

public JParameterListPage(String title,
                          String description,
                          List<Parameter<?>> contents,
                          Map<String,Object> params)
Method Detail

createControl

public void createControl(Composite parent)

setVisible

public void setVisible(boolean visible)
Specified by:
setVisible in interface IDialogPage
Overrides:
setVisible in class DialogPage

isValid

public boolean isValid()


Copyright © 1996-2014 Geotools. All Rights Reserved.