@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 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 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 LayerType> |
getLayerTypeClass()
Deprecated.
Gets the
LayerType class which is associated directly with a LayerEditor class or indirectly
via a ExtensionFactory class. |
Class<? extends Layer> getLayerClass()
Layer
class which is associated directly with a LayerEditor
class or indirectly
via a ExtensionFactory
class.Class<? extends LayerType> getLayerTypeClass()
LayerType
class which is associated directly with a LayerEditor
class or indirectly
via a ExtensionFactory
class.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 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–2015 European Space Agency (ESA). All rights reserved.