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
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected void
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
-
Constructor Details
-
ImageLayerEditor
public ImageLayerEditor()
-
-
Method Details
-
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
-