|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esa.beam.framework.ui.assistant.AssistantPane
org.esa.beam.framework.ui.layer.LayerSourceAssistantPane
public class LayerSourceAssistantPane
Note: This API is not public yet and may significantly change in the future. Use it at your own risk.
| Constructor Summary | |
|---|---|
LayerSourceAssistantPane(Window parent,
String title,
AppContext appContext)
|
|
| 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 class org.esa.beam.framework.ui.assistant.AssistantPane |
|---|
getCurrentPage, getWindow, setCurrentPage, show, show, showErrorDialog, updateState |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.esa.beam.framework.ui.assistant.AssistantPageContext |
|---|
getCurrentPage, getWindow, setCurrentPage, showErrorDialog, updateState |
| Constructor Detail |
|---|
public LayerSourceAssistantPane(Window parent,
String title,
AppContext appContext)
| Method Detail |
|---|
public AppContext getAppContext()
LayerSourcePageContextAppContext of the application.
getAppContext in interface LayerSourcePageContextAppContext of the application.public com.bc.ceres.glayer.LayerContext getLayerContext()
LayerSourcePageContextlayer context of the selected view.
getLayerContext in interface LayerSourcePageContextlayer context of the selected view.public void setLayerSource(LayerSource layerSource)
LayerSourcePageContextLayerSource of this assistant.
setLayerSource in interface LayerSourcePageContextlayerSource - The LayerSource of this assistant.public LayerSource getLayerSource()
LayerSourcePageContextLayerSource of this assistant.
getLayerSource in interface LayerSourcePageContextLayerSource of this assistant.public Object getPropertyValue(String key)
LayerSourcePageContext
getPropertyValue in interface LayerSourcePageContextkey - The key of the property.
public void setPropertyValue(String key,
Object value)
LayerSourcePageContext
setPropertyValue in interface LayerSourcePageContextkey - 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 | |||||||||