|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LayerSourcePageContext
Instances of this interface provide the context for implementations of AbstractLayerSourceAssistantPage.
| Method Summary | |
|---|---|
AppContext |
getAppContext()
Gets the AppContext of the application. |
com.bc.ceres.glayer.LayerContext |
getLayerContext()
Gets the layer context of the selected view. |
LayerSource |
getLayerSource()
Gets the LayerSource of this assistant. |
Object |
getPropertyValue(String key)
Gets the value for the given key. |
void |
setLayerSource(LayerSource layerSource)
Sets the LayerSource of this assistant. |
void |
setPropertyValue(String key,
Object value)
Sets the value for the given key. |
| Methods inherited from interface org.esa.beam.framework.ui.assistant.AssistantPageContext |
|---|
getCurrentPage, getWindow, setCurrentPage, showErrorDialog, updateState |
| Method Detail |
|---|
AppContext getAppContext()
AppContext of the application.
AppContext of the application.com.bc.ceres.glayer.LayerContext getLayerContext()
layer context of the selected view.
layer context of the selected view.void setLayerSource(LayerSource layerSource)
LayerSource of this assistant.
layerSource - The LayerSource of this assistant.LayerSource getLayerSource()
LayerSource of this assistant.
LayerSource of this assistant.Object getPropertyValue(String key)
key - The key of the property.
void setPropertyValue(String key,
Object value)
key - The key of the property.value - The value of the property.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||