Class FeatureLayerEditor
- java.lang.Object
-
- org.esa.snap.ui.layer.AbstractLayerEditor
-
- org.esa.snap.rcp.layermanager.editors.FeatureLayerEditor
-
- All Implemented Interfaces:
LayerEditor
public class FeatureLayerEditor extends AbstractLayerEditor
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 Constructor Description FeatureLayerEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JComponent
createControl()
Creates the editor control for this editor.protected FeatureLayer
getCurrentLayer()
void
handleLayerContentChanged()
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
-
-
-
-
Method Detail
-
getCurrentLayer
protected FeatureLayer getCurrentLayer()
- Overrides:
getCurrentLayer
in classAbstractLayerEditor
- Returns:
- The current layer.
-
createControl
public JComponent 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
-
-