|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.ui.io.source.AbstractSource<P>
eu.esdihumboldt.hale.ui.io.source.AbstractProviderSource<P>
eu.esdihumboldt.hale.io.gml.ui.wfs.AbstractWFSSource<P>
P
- the supported IOProvider
typepublic abstract class AbstractWFSSource<P extends ImportProvider>
Abstract base implementation for import sources based on WFS
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface eu.esdihumboldt.hale.ui.io.ImportSource |
---|
ImportSource.SourceConfiguration<P extends ImportProvider> |
Constructor Summary | |
---|---|
AbstractWFSSource()
|
Method Summary | |
---|---|
void |
createControls(org.eclipse.swt.widgets.Composite parent)
Create the controls that enable the user to define the import source. |
protected abstract WfsUrlFieldEditor |
createWfsFieldEditor(org.eclipse.swt.widgets.Composite parent)
Create the WFS field editor to use in the page. |
protected abstract String |
getCaption()
Get the caption for the source page |
protected LocatableInputSupplier<? extends InputStream> |
getSource()
Get the source to configure the import provider with. |
protected boolean |
isValidSource()
Determines if the current page state will result in a valid source for the import provider. |
void |
onActivate()
Method that is called when the source page is activated. |
Methods inherited from class eu.esdihumboldt.hale.ui.io.source.AbstractProviderSource |
---|
createProviders, getProviders, onProviderSelectionChanged, updateConfiguration, updateContentType, updateProvider, updateState |
Methods inherited from class eu.esdihumboldt.hale.ui.io.source.AbstractSource |
---|
dispose, getConfiguration, getPage, setConfiguration, setPage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractWFSSource()
Method Detail |
---|
public void createControls(org.eclipse.swt.widgets.Composite parent)
ImportSource
ImportSource.setPage(WizardPage)
and
ImportSource.setConfiguration(SourceConfiguration)
must have been called
before calling this method.
parent
- the parent composite, implementors may assign a custom
layout to this compositeImportSource.createControls(Composite)
protected abstract String getCaption()
protected abstract WfsUrlFieldEditor createWfsFieldEditor(org.eclipse.swt.widgets.Composite parent)
parent
- the parent composite
protected LocatableInputSupplier<? extends InputStream> getSource()
AbstractProviderSource
getSource
in class AbstractProviderSource<P extends ImportProvider>
null
if no valid source can be createdAbstractProviderSource.getSource()
protected boolean isValidSource()
AbstractProviderSource
isValidSource
in class AbstractProviderSource<P extends ImportProvider>
AbstractProviderSource.isValidSource()
public void onActivate()
AbstractSource
onActivate
in interface ImportSource<P extends ImportProvider>
onActivate
in class AbstractSource<P extends ImportProvider>
AbstractSource.onActivate()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |