Class FeatureLayerEditor
java.lang.Object
org.esa.snap.ui.layer.AbstractLayerEditor
org.esa.snap.rcp.layermanager.editors.FeatureLayerEditor
- All Implemented Interfaces:
LayerEditor
Editor for placemark layers.
- Since:
- BEAM 4.6
- Version:
- $Revision$ $Date$
-
Field Summary
Fields inherited from interface org.esa.snap.ui.layer.LayerEditor
EMPTY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates the editor control for this editor.protected FeatureLayer
void
Called y the framework in order to inform this editor that the current layer has changed.Methods inherited from class org.esa.snap.ui.layer.AbstractLayerEditor
createControl, handleEditorAttached, handleEditorDetached
-
Constructor Details
-
FeatureLayerEditor
public FeatureLayerEditor()
-
-
Method Details
-
getCurrentLayer
- Overrides:
getCurrentLayer
in classAbstractLayerEditor
- Returns:
- The current layer.
-
createControl
Description copied from class:AbstractLayerEditor
Creates the editor control for this editor.- Specified by:
createControl
in classAbstractLayerEditor
- Returns:
- The editor control.
-
handleLayerContentChanged
public void handleLayerContentChanged()Description copied from interface:LayerEditor
Called y the framework in order to inform this editor that the current layer has changed. Usually the the editor control must be updated in this case.- Specified by:
handleLayerContentChanged
in interfaceLayerEditor
- Overrides:
handleLayerContentChanged
in classAbstractLayerEditor
-