|
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.preference.FieldEditor
org.eclipse.jface.preference.StringFieldEditor
org.eclipse.jface.preference.StringButtonFieldEditor
eu.esdihumboldt.hale.io.gml.ui.wfs.WfsUrlFieldEditor
public class WfsUrlFieldEditor
This editor can be used to select a valid URL
for a WFS to retrieve
schema information from. It delegates all details to the
WfsDescribeFeatureWizard
and WfsGetFeatureWizard
.
Field Summary |
---|
Fields inherited from class org.eclipse.jface.preference.StringFieldEditor |
---|
oldValue, UNLIMITED, VALIDATE_ON_FOCUS_LOST, VALIDATE_ON_KEY_STROKE |
Fields inherited from class org.eclipse.jface.preference.FieldEditor |
---|
HORIZONTAL_GAP, IS_VALID, VALUE |
Constructor Summary | |
---|---|
WfsUrlFieldEditor(String name,
String labelText,
org.eclipse.swt.widgets.Composite parent)
Constructor |
|
WfsUrlFieldEditor(String name,
String labelText,
org.eclipse.swt.widgets.Composite parent,
String schemaNamespace,
boolean getFeatures)
Constructor |
Method Summary | |
---|---|
protected String |
changePressed()
|
protected boolean |
checkState()
|
protected boolean |
doCheckState()
|
URL |
getURL()
Get the URL value. |
Methods inherited from class org.eclipse.jface.preference.StringButtonFieldEditor |
---|
adjustForNumColumns, doFillIntoGrid, getChangeControl, getNumberOfControls, getShell, setChangeButtonText, setEnabled |
Methods inherited from class org.eclipse.jface.preference.StringFieldEditor |
---|
doLoad, doLoadDefault, doStore, getErrorMessage, getStringValue, getTextControl, getTextControl, isEmptyStringAllowed, isValid, refreshValidState, setEmptyStringAllowed, setErrorMessage, setFocus, setStringValue, setTextLimit, setValidateStrategy, showErrorMessage, valueChanged |
Methods inherited from class org.eclipse.jface.preference.FieldEditor |
---|
applyFont, checkParent, clearErrorMessage, clearMessage, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, createControl, dispose, fillIntoGrid, fireStateChanged, fireValueChanged, getFieldEditorFontName, getLabelControl, getLabelControl, getLabelText, getPage, getPreferenceName, getPreferencePage, getPreferenceStore, init, load, loadDefault, presentsDefaultValue, setButtonLayoutData, setLabelText, setPage, setPreferenceName, setPreferencePage, setPreferenceStore, setPresentsDefaultValue, setPropertyChangeListener, showErrorMessage, showMessage, store |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WfsUrlFieldEditor(String name, String labelText, org.eclipse.swt.widgets.Composite parent)
name
- the preference namelabelText
- the label textparent
- the parent compositepublic WfsUrlFieldEditor(String name, String labelText, org.eclipse.swt.widgets.Composite parent, String schemaNamespace, boolean getFeatures)
name
- the preference namelabelText
- the label textparent
- the parent compositeschemaNamespace
- the schema namespace, may be null
getFeatures
- if the editor is for a GetFeature request instead of a
DescribeFeature requestMethod Detail |
---|
protected boolean checkState()
checkState
in class org.eclipse.jface.preference.StringFieldEditor
StringFieldEditor.checkState()
protected String changePressed()
changePressed
in class org.eclipse.jface.preference.StringButtonFieldEditor
StringButtonFieldEditor.changePressed()
protected boolean doCheckState()
doCheckState
in class org.eclipse.jface.preference.StringFieldEditor
StringFieldEditor.doCheckState()
public URL getURL()
null
if the content is no valid URL.
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |