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 classFeatureLayerEditorEditor for placemark layers.classGraticuleLayerEditorEditor for graticule layer.classImageLayerEditorBasic editor for image layers.classNoDataLayerEditorclassTrackLayerEditorclassVectorDataLayerEditorCustomizableLayerEditorforVectorDataNodes.Methods in org.esa.snap.rcp.layermanager.editors that return LayerEditor Modifier and Type Method Description LayerEditorVectorDataLayerEditorFactory. 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 classAbstractLayerConfigurationEditorBase class for editors allowing to modify a layer's configuration.classAbstractLayerEditorBase class for layer editors.Fields in org.esa.snap.ui.layer declared as LayerEditor Modifier and Type Field Description static LayerEditorLayerEditor. EMPTYMethods 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 theLayerEditorclass, whose instances serve as suitable editor either for instances of theLayerclass returned byLayerEditorDescriptor.getLayerClass()or for instances of theLayerTypeclass returned byLayerEditorDescriptor.getLayerTypeClass().
-