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 voidClients override in order to subsequently callAbstractLayerConfigurationEditor.addPropertyDescriptor(com.bc.ceres.binding.PropertyDescriptor)for each property that shall be editable by this editor.protected voidupdateProperties(SimpleFeatureFigure[] selectedFigures, com.bc.ceres.swing.binding.BindingContext bindingContext) Methods inherited from class org.esa.snap.rcp.layermanager.editors.VectorDataLayerEditor
handleEditorAttached, handleEditorDetached, handleLayerContentChanged, updateProperty, updateStyleMethods inherited from class org.esa.snap.ui.layer.AbstractLayerConfigurationEditor
addPropertyDescriptor, createControl, getBindingContextMethods 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:AbstractLayerConfigurationEditorClients override in order to subsequently callAbstractLayerConfigurationEditor.addPropertyDescriptor(com.bc.ceres.binding.PropertyDescriptor)for each property that shall be editable by this editor.- Overrides:
addEditablePropertyDescriptorsin classVectorDataLayerEditor
-
updateProperties
protected void updateProperties(SimpleFeatureFigure[] selectedFigures, com.bc.ceres.swing.binding.BindingContext bindingContext) - Overrides:
updatePropertiesin classVectorDataLayerEditor
-