public interface LayerEditor
Note: This API is not public yet and may significantly change in the future. Use it at your own risk.
Modifier and Type | Field and Description |
---|---|
static LayerEditor |
EMPTY |
Modifier and Type | Method and Description |
---|---|
JComponent |
createControl(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.
|
static final LayerEditor EMPTY
JComponent createControl(Layer layer)
layer
- The layer to create the control for.void handleEditorAttached()
void handleEditorDetached()
void handleLayerContentChanged()
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.