Uses of Interface
org.esa.snap.ui.layer.LayerEditor
-
Packages that use LayerEditor Package Description org.esa.snap.rcp.layermanager.editors org.esa.snap.ui.layer -
-
Uses of LayerEditor in org.esa.snap.rcp.layermanager.editors
Classes in org.esa.snap.rcp.layermanager.editors that implement LayerEditor Modifier and Type Class Description class
FeatureLayerEditor
Editor for placemark layers.class
GraticuleLayerEditor
Editor for graticule layer.class
ImageLayerEditor
Basic editor for image layers.class
NoDataLayerEditor
class
TrackLayerEditor
class
VectorDataLayerEditor
CustomizableLayerEditor
forVectorDataNode
s.Methods in org.esa.snap.rcp.layermanager.editors that return LayerEditor Modifier and Type Method Description LayerEditor
VectorDataLayerEditorFactory. getExtension(Object object, Class<?> extensionType)
-
Uses of LayerEditor in org.esa.snap.ui.layer
Classes in org.esa.snap.ui.layer that implement LayerEditor Modifier and Type Class Description class
AbstractLayerConfigurationEditor
Base class for editors allowing to modify a layer's configuration.class
AbstractLayerEditor
Base class for layer editors.Fields in org.esa.snap.ui.layer declared as LayerEditor Modifier and Type Field Description static LayerEditor
LayerEditor. EMPTY
Methods in org.esa.snap.ui.layer that return types with arguments of type LayerEditor Modifier and Type Method Description Class<? extends LayerEditor>
DefaultLayerEditorDescriptor. getLayerEditorClass()
Deprecated.Class<? extends LayerEditor>
LayerEditorDescriptor. getLayerEditorClass()
Deprecated.Gets theLayerEditor
class, whose instances serve as suitable editor either for instances of theLayer
class returned byLayerEditorDescriptor.getLayerClass()
or for instances of theLayerType
class returned byLayerEditorDescriptor.getLayerTypeClass()
.
-