@Deprecated public interface LayerEditorDescriptor
Note: This API is not public yet and may significantly change in the future. Use it at your own risk.
| Modifier and Type | Method and Description |
|---|---|
Class<? extends com.bc.ceres.glayer.Layer> |
getLayerClass()
Deprecated.
Gets the
Layer class which is associated directly with a LayerEditor class or indirectly
via a ExtensionFactory class. |
Class<? extends LayerEditor> |
getLayerEditorClass()
Deprecated.
Gets the
LayerEditor class, whose instances serve as suitable editor either
for instances of the Layer class returned by getLayerClass() or
for instances of the LayerType class returned by getLayerTypeClass(). |
Class<? extends com.bc.ceres.core.ExtensionFactory> |
getLayerEditorFactoryClass()
Deprecated.
Gets the
ExtensionFactory class, whose instances serve as suitable editor factory either
for instances of the Layer class returned by getLayerClass() or
for instances of the LayerType class returned by getLayerTypeClass(). |
Class<? extends com.bc.ceres.glayer.LayerType> |
getLayerTypeClass()
Deprecated.
Gets the
LayerType class which is associated directly with a LayerEditor class or indirectly
via a ExtensionFactory class. |
Class<? extends com.bc.ceres.glayer.Layer> getLayerClass()
Layer class which is associated directly with a LayerEditor class or indirectly
via a ExtensionFactory class.LayerType class. May be null, if the LayerType class is given.Class<? extends com.bc.ceres.glayer.LayerType> getLayerTypeClass()
LayerType class which is associated directly with a LayerEditor class or indirectly
via a ExtensionFactory class.LayerType class. May be null, if the Layer class is given.Class<? extends LayerEditor> getLayerEditorClass()
LayerEditor class, whose instances serve as suitable editor either
for instances of the Layer class returned by getLayerClass() or
for instances of the LayerType class returned by getLayerTypeClass().LayerEditor class. May be null, if the ExtensionFactory class is given.Class<? extends com.bc.ceres.core.ExtensionFactory> getLayerEditorFactoryClass()
ExtensionFactory class, whose instances serve as suitable editor factory either
for instances of the Layer class returned by getLayerClass() or
for instances of the LayerType class returned by getLayerTypeClass().LayerEditor class. May be null, if the LayerEditor class is given.Copyright © 2014–2016 European Space Agency (ESA). All rights reserved.