Uses of Interface
org.esa.snap.ui.assistant.AssistantPageContext
-
Packages that use AssistantPageContext Package Description org.esa.snap.ui.assistant org.esa.snap.ui.layer -
-
Uses of AssistantPageContext in org.esa.snap.ui.assistant
Classes in org.esa.snap.ui.assistant that implement AssistantPageContext Modifier and Type Class Description class
AssistantPane
Shows a sequence ofassitant pages
with an dialog.Methods in org.esa.snap.ui.assistant that return AssistantPageContext Modifier and Type Method Description AssistantPageContext
AbstractAssistantPage. getContext()
AssistantPageContext
AssistantPage. getContext()
Gets the current context for this page.Methods in org.esa.snap.ui.assistant with parameters of type AssistantPageContext Modifier and Type Method Description void
AbstractAssistantPage. setContext(AssistantPageContext pageContext)
void
AssistantPage. setContext(AssistantPageContext pageContext)
Sets the current context for this page. -
Uses of AssistantPageContext in org.esa.snap.ui.layer
Subinterfaces of AssistantPageContext in org.esa.snap.ui.layer Modifier and Type Interface Description interface
LayerSourcePageContext
Instances of this interface provide the context for implementations ofAbstractLayerSourceAssistantPage
.Classes in org.esa.snap.ui.layer that implement AssistantPageContext Modifier and Type Class Description class
LayerSourceAssistantPane
Note: This API is not public yet and may significantly change in the future.
-