Package org.esa.snap.ui.layer
Class AbstractLayerSourceAssistantPage
java.lang.Object
org.esa.snap.ui.assistant.AbstractAssistantPage
org.esa.snap.ui.layer.AbstractLayerSourceAssistantPage
- All Implemented Interfaces:
AssistantPage
- Direct Known Subclasses:
CollectionLayerAssistantPage
,SelectLayerSourceAssistantPage
Note: This API is not public yet and may significantly change in the future. Use it at your own risk.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the current context for this page.void
Cancels the current execution of the assitant.Methods inherited from class org.esa.snap.ui.assistant.AbstractAssistantPage
canFinish, canHelp, createPageComponent, getNextPage, getPageComponent, getPageTitle, hasNextPage, performFinish, performHelp, setContext, validatePage
-
Constructor Details
-
AbstractLayerSourceAssistantPage
-
-
Method Details
-
getContext
Description copied from interface:AssistantPage
Gets the current context for this page.- Specified by:
getContext
in interfaceAssistantPage
- Overrides:
getContext
in classAbstractAssistantPage
- Returns:
- The context of the page.
-
performCancel
public void performCancel()Description copied from interface:AssistantPage
Cancels the current execution of the assitant. Implementors shall release allocated resources.- Specified by:
performCancel
in interfaceAssistantPage
- Overrides:
performCancel
in classAbstractAssistantPage
-