public class LayerSourceAssistantPane extends AssistantPane implements LayerSourcePageContext
Constructor and Description |
---|
LayerSourceAssistantPane(Window parent,
String title) |
Modifier and Type | Method and Description |
---|---|
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.
|
getCurrentPage, getWindow, setCurrentPage, show, show, showErrorDialog, updateState
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCurrentPage, getWindow, setCurrentPage, showErrorDialog, updateState
public LayerContext getLayerContext()
LayerSourcePageContext
layer context
of the selected view.getLayerContext
in interface LayerSourcePageContext
layer context
of the selected view.public void setLayerSource(LayerSource layerSource)
LayerSourcePageContext
LayerSource
of this assistant.setLayerSource
in interface LayerSourcePageContext
layerSource
- The LayerSource
of this assistant.public LayerSource getLayerSource()
LayerSourcePageContext
LayerSource
of this assistant.getLayerSource
in interface LayerSourcePageContext
LayerSource
of this assistant.public Object getPropertyValue(String key)
LayerSourcePageContext
getPropertyValue
in interface LayerSourcePageContext
key
- The key of the property.public void setPropertyValue(String key, Object value)
LayerSourcePageContext
setPropertyValue
in interface LayerSourcePageContext
key
- The key of the property.value
- The value of the property.Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.