Uses of Interface
org.esa.snap.ui.assistant.AssistantPage
-
Packages that use AssistantPage Package Description org.esa.snap.rcp.layermanager.layersrc org.esa.snap.ui.assistant org.esa.snap.ui.layer -
-
Uses of AssistantPage in org.esa.snap.rcp.layermanager.layersrc
Classes in org.esa.snap.rcp.layermanager.layersrc that implement AssistantPage Modifier and Type Class Description class
SelectLayerSourceAssistantPage
Note: This API is not public yet and may significantly change in the future. -
Uses of AssistantPage in org.esa.snap.ui.assistant
Classes in org.esa.snap.ui.assistant that implement AssistantPage Modifier and Type Class Description class
AbstractAssistantPage
An abstract implementation ofAssistantPage
.Methods in org.esa.snap.ui.assistant that return AssistantPage Modifier and Type Method Description AssistantPage
AssistantPageContext. getCurrentPage()
Gets the currently displayedpage
.AssistantPage
AssistantPane. getCurrentPage()
AssistantPage
AbstractAssistantPage. getNextPage()
AssistantPage
AssistantPage. getNextPage()
Methods in org.esa.snap.ui.assistant with parameters of type AssistantPage Modifier and Type Method Description void
AssistantPageContext. setCurrentPage(AssistantPage page)
Sets the currently displayedpage
.void
AssistantPane. setCurrentPage(AssistantPage currentPage)
void
AssistantPane. show(AssistantPage firstPage)
Displays the dialog if thisAssistantPane
with the givenpage
as first page.void
AssistantPane. show(AssistantPage firstPage, Rectangle bounds)
Displays the dialog if thisAssistantPane
with the givenpage
as first page. -
Uses of AssistantPage in org.esa.snap.ui.layer
Classes in org.esa.snap.ui.layer that implement AssistantPage Modifier and Type Class Description class
AbstractLayerSourceAssistantPage
Note: This API is not public yet and may significantly change in the future.class
CollectionLayerAssistantPage
-