|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
eu.esdihumboldt.hale.io.gml.ui.wfs.wizard.AbstractWfsPage<WfsGetFeatureConfiguration>
eu.esdihumboldt.hale.io.gml.ui.wfs.wizard.FilterPage
public class FilterPage
Field Summary |
---|
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
---|
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary | |
---|---|
FilterPage(WfsGetFeatureConfiguration configuration,
AbstractTypesPage<?> typesPage)
Constructor |
Method Summary | |
---|---|
protected void |
createContent(org.eclipse.swt.widgets.Composite parent)
Create the page content |
protected String |
createDefaultFilter(org.opengis.feature.type.FeatureType type)
Create a default filter |
protected String |
getFilter(org.opengis.feature.type.FeatureType type)
Get the filter for the given feature type |
protected String |
getKey(org.opengis.feature.type.FeatureType type)
Get the key for the given feature type |
protected void |
onHidePage()
Called when this page is hidden |
protected void |
onShowPage()
Called when this page is shown |
protected void |
saveCurrent()
Save the filter that is currently edited |
protected void |
setFilter(org.opengis.feature.type.FeatureType type,
String filter)
Set the filter for the given feature type |
boolean |
updateConfiguration(WfsGetFeatureConfiguration configuration)
Update the WMS configuration |
protected void |
updateEditor(org.opengis.feature.type.FeatureType selected)
Update the editor |
Methods inherited from class eu.esdihumboldt.hale.io.gml.ui.wfs.wizard.AbstractWfsPage |
---|
createControl, getConfiguration |
Methods inherited from class org.eclipse.jface.wizard.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 org.eclipse.jface.dialogs.DialogPage |
---|
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
---|
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible |
Constructor Detail |
---|
public FilterPage(WfsGetFeatureConfiguration configuration, AbstractTypesPage<?> typesPage)
configuration
- the WFS configurationtypesPage
- the types pageMethod Detail |
---|
protected void onShowPage()
AbstractWfsPage
onShowPage
in class AbstractWfsPage<WfsGetFeatureConfiguration>
AbstractWfsPage.onShowPage()
protected void createContent(org.eclipse.swt.widgets.Composite parent)
AbstractWfsPage
createContent
in class AbstractWfsPage<WfsGetFeatureConfiguration>
parent
- the parent compositeAbstractWfsPage.createContent(Composite)
protected void updateEditor(org.opengis.feature.type.FeatureType selected)
selected
- the selected feature typeprotected void onHidePage()
AbstractWfsPage
onHidePage
in class AbstractWfsPage<WfsGetFeatureConfiguration>
AbstractWfsPage.onHidePage()
protected void saveCurrent()
protected String getFilter(org.opengis.feature.type.FeatureType type)
type
- the feature type
protected String createDefaultFilter(org.opengis.feature.type.FeatureType type)
type
- the feature type to create the filter for
protected void setFilter(org.opengis.feature.type.FeatureType type, String filter)
type
- the feature typefilter
- the filter to setprotected String getKey(org.opengis.feature.type.FeatureType type)
type
- the feature type
public boolean updateConfiguration(WfsGetFeatureConfiguration configuration)
AbstractWfsPage
updateConfiguration
in class AbstractWfsPage<WfsGetFeatureConfiguration>
configuration
- the WMS configuration
AbstractWfsPage.updateConfiguration(WfsConfiguration)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |