T
- the WFS configuration typepublic abstract class AbstractWfsPage<T extends WfsConfiguration>
extends org.eclipse.jface.wizard.WizardPage
Constructor and Description |
---|
AbstractWfsPage(T configuration,
String pageName)
Constructor
|
AbstractWfsPage(T configuration,
String pageName,
String title,
org.eclipse.jface.resource.ImageDescriptor titleImage)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
createContent(org.eclipse.swt.widgets.Composite parent)
Create the page content
|
void |
createControl(org.eclipse.swt.widgets.Composite parent) |
T |
getConfiguration()
Get the WMS configuration
|
protected void |
onHidePage()
Called when this page is hidden
|
protected void |
onShowPage()
Called when this page is shown
|
abstract boolean |
updateConfiguration(T configuration)
Update the WMS configuration
|
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible
public AbstractWfsPage(T configuration, String pageName, String title, org.eclipse.jface.resource.ImageDescriptor titleImage)
configuration
- the WFS configurationpageName
- the page nametitle
- the titletitleImage
- the title imagepublic T getConfiguration()
public abstract boolean updateConfiguration(T configuration)
configuration
- the WMS configurationpublic void createControl(org.eclipse.swt.widgets.Composite parent)
IDialogPage.createControl(Composite)
protected void onShowPage()
protected void onHidePage()
protected abstract void createContent(org.eclipse.swt.widgets.Composite parent)
parent
- the parent compositeBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a