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 JComponentcreateControl()Creates the editor control for this editor.protected FeatureLayergetCurrentLayer()voidhandleLayerContentChanged()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:
getCurrentLayerin classAbstractLayerEditor- Returns:
- The current layer.
-
createControl
public JComponent createControl()
Description copied from class:AbstractLayerEditorCreates the editor control for this editor.- Specified by:
createControlin classAbstractLayerEditor- Returns:
- The editor control.
-
handleLayerContentChanged
public void handleLayerContentChanged()
Description copied from interface:LayerEditorCalled 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:
handleLayerContentChangedin interfaceLayerEditor- Overrides:
handleLayerContentChangedin classAbstractLayerEditor
-
-