Class ImageLayerEditor
- java.lang.Object
-
- org.esa.snap.ui.layer.AbstractLayerEditor
-
- org.esa.snap.ui.layer.AbstractLayerConfigurationEditor
-
- org.esa.snap.rcp.layermanager.editors.ImageLayerEditor
-
- All Implemented Interfaces:
LayerEditor
public class ImageLayerEditor extends AbstractLayerConfigurationEditor
Basic editor for image 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 ImageLayerEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addEditablePropertyDescriptors()
Clients override in order to subsequently callAbstractLayerConfigurationEditor.addPropertyDescriptor(com.bc.ceres.binding.PropertyDescriptor)
for each property that shall be editable by this editor.-
Methods inherited from class org.esa.snap.ui.layer.AbstractLayerConfigurationEditor
addPropertyDescriptor, createControl, getBindingContext, handleEditorAttached, handleEditorDetached, handleLayerContentChanged
-
Methods inherited from class org.esa.snap.ui.layer.AbstractLayerEditor
createControl, getCurrentLayer
-
-
-
-
Method Detail
-
addEditablePropertyDescriptors
protected void addEditablePropertyDescriptors()
Description copied from class:AbstractLayerConfigurationEditor
Clients override in order to subsequently callAbstractLayerConfigurationEditor.addPropertyDescriptor(com.bc.ceres.binding.PropertyDescriptor)
for each property that shall be editable by this editor.- Specified by:
addEditablePropertyDescriptors
in classAbstractLayerConfigurationEditor
-
-