|
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.style.editors.FilterEditor
public class FilterEditor
Editor for Filter
s
Nested Class Summary | |
---|---|
static class |
FilterEditor.FilterIdentifier
Supported filters enumeration |
Constructor Summary | |
---|---|
FilterEditor(org.eclipse.swt.widgets.Composite parent,
TypeDefinition typeDefinition,
org.opengis.filter.Filter filter)
Creates a Filter editor |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilterEditor(org.eclipse.swt.widgets.Composite parent, TypeDefinition typeDefinition, org.opengis.filter.Filter filter)
Filter
editor
parent
- the parent compositetypeDefinition
- the type definitionfilter
- the initial filterMethod Detail |
---|
public 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)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |