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 classSelectLayerSourceAssistantPageNote: 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 classAbstractAssistantPageAn abstract implementation ofAssistantPage.Methods in org.esa.snap.ui.assistant that return AssistantPage Modifier and Type Method Description AssistantPageAssistantPageContext. getCurrentPage()Gets the currently displayedpage.AssistantPageAssistantPane. getCurrentPage()AssistantPageAbstractAssistantPage. getNextPage()AssistantPageAssistantPage. getNextPage()Methods in org.esa.snap.ui.assistant with parameters of type AssistantPage Modifier and Type Method Description voidAssistantPageContext. setCurrentPage(AssistantPage page)Sets the currently displayedpage.voidAssistantPane. setCurrentPage(AssistantPage currentPage)voidAssistantPane. show(AssistantPage firstPage)Displays the dialog if thisAssistantPanewith the givenpageas first page.voidAssistantPane. show(AssistantPage firstPage, Rectangle bounds)Displays the dialog if thisAssistantPanewith the givenpageas 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 classAbstractLayerSourceAssistantPageNote: This API is not public yet and may significantly change in the future.classCollectionLayerAssistantPage
-