Class TrackLayerEditor
- java.lang.Object
-
- org.esa.snap.ui.layer.AbstractLayerEditor
-
- org.esa.snap.ui.layer.AbstractLayerConfigurationEditor
-
- org.esa.snap.rcp.layermanager.editors.VectorDataLayerEditor
-
- org.esa.snap.rcp.layermanager.editors.TrackLayerEditor
-
- All Implemented Interfaces:
LayerEditor
public class TrackLayerEditor extends VectorDataLayerEditor
-
-
Field Summary
-
Fields inherited from interface org.esa.snap.ui.layer.LayerEditor
EMPTY
-
-
Constructor Summary
Constructors Constructor Description TrackLayerEditor()
-
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.protected void
updateProperties(SimpleFeatureFigure[] selectedFigures, com.bc.ceres.swing.binding.BindingContext bindingContext)
-
Methods inherited from class org.esa.snap.rcp.layermanager.editors.VectorDataLayerEditor
handleEditorAttached, handleEditorDetached, handleLayerContentChanged, updateProperty, updateStyle
-
Methods inherited from class org.esa.snap.ui.layer.AbstractLayerConfigurationEditor
addPropertyDescriptor, createControl, getBindingContext
-
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.- Overrides:
addEditablePropertyDescriptors
in classVectorDataLayerEditor
-
updateProperties
protected void updateProperties(SimpleFeatureFigure[] selectedFigures, com.bc.ceres.swing.binding.BindingContext bindingContext)
- Overrides:
updateProperties
in classVectorDataLayerEditor
-
-