|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LayerEditorDescriptor
A descriptor for a layer editor.
Note: This API is not public yet and may significantly change in the future. Use it at your own risk.
| Method Summary | |
|---|---|
Class<? extends com.bc.ceres.glayer.Layer> |
getLayerClass()
Gets the Layer class which is associated directly with a LayerEditor class or indirectly
via a ExtensionFactory class. |
Class<? extends LayerEditor> |
getLayerEditorClass()
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()
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()
Gets the LayerType class which is associated directly with a LayerEditor class or indirectly
via a ExtensionFactory class. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||