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
-
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.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
-
Constructor Details
-
TrackLayerEditor
public TrackLayerEditor()
-
-
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.- Overrides:
addEditablePropertyDescriptors
in classVectorDataLayerEditor
-
updateProperties
protected void updateProperties(SimpleFeatureFigure[] selectedFigures, com.bc.ceres.swing.binding.BindingContext bindingContext) - Overrides:
updateProperties
in classVectorDataLayerEditor
-