Modifier and Type | Class and Description |
---|---|
static class |
FilterEditor.FilterIdentifier
Supported filters enumeration
|
Constructor and Description |
---|
FilterEditor(org.eclipse.swt.widgets.Composite parent,
TypeDefinition typeDefinition,
org.opengis.filter.Filter filter)
Creates a
Filter editor |
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Control |
getControl()
Get the editor control
|
org.opengis.filter.Filter |
getValue()
Get the value
|
boolean |
isChanged()
States if the value has been changed
|
void |
setValue(org.opengis.filter.Filter filter)
Set the value
|
public FilterEditor(org.eclipse.swt.widgets.Composite parent, TypeDefinition typeDefinition, org.opengis.filter.Filter filter)
Filter
editorparent
- the parent compositetypeDefinition
- the type definitionfilter
- the initial filterpublic org.eclipse.swt.widgets.Control getControl()
Editor
getControl
in interface Editor<org.opengis.filter.Filter>
Editor.getControl()
public org.opengis.filter.Filter getValue()
Editor
getValue
in interface Editor<org.opengis.filter.Filter>
Editor.getValue()
public boolean isChanged()
Editor
isChanged
in interface Editor<org.opengis.filter.Filter>
Editor.isChanged()
public void setValue(org.opengis.filter.Filter filter)
Editor
setValue
in interface Editor<org.opengis.filter.Filter>
filter
- the value to setEditor.setValue(Object)
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a