|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LayerEditor
An editor for a specific layer type.
Note: This API is not public yet and may significantly change in the future. Use it at your own risk.
| Field Summary | |
|---|---|
static LayerEditor |
EMPTY
|
| Method Summary | |
|---|---|
JComponent |
createControl(AppContext appContext,
com.bc.ceres.glayer.Layer layer)
Creates the control for the user interface which is displayed in the Layer Editor Toolview. |
void |
handleEditorAttached()
Called y the framework in order to inform this editor that it has been attached to the Layer Editor Toolview. |
void |
handleEditorDetached()
Called y the framework in order to inform this editor that it has been detached from the Layer Editor Toolview. |
void |
handleLayerContentChanged()
Called y the framework in order to inform this editor that the current layer has changed. |
| Field Detail |
|---|
static final LayerEditor EMPTY
| Method Detail |
|---|
JComponent createControl(AppContext appContext,
com.bc.ceres.glayer.Layer layer)
appContext - the application contextlayer - The layer to create the control for.
void handleEditorAttached()
void handleEditorDetached()
void handleLayerContentChanged()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||