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
public abstract class AbstractLayerSourceAssistantPage extends AbstractAssistantPage
Note: This API is not public yet and may significantly change in the future. Use it at your own risk. 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractLayerSourceAssistantPage(String pageTitle) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LayerSourcePageContextgetContext()Gets the current context for this page.voidperformCancel()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 Detail
- 
AbstractLayerSourceAssistantPage
protected AbstractLayerSourceAssistantPage(String pageTitle)
 
 - 
 
- 
Method Detail
- 
getContext
public LayerSourcePageContext getContext()
Description copied from interface:AssistantPageGets the current context for this page.- Specified by:
 getContextin interfaceAssistantPage- Overrides:
 getContextin classAbstractAssistantPage- Returns:
 - The context of the page.
 
 
- 
performCancel
public void performCancel()
Description copied from interface:AssistantPageCancels the current execution of the assitant. Implementors shall release allocated resources.- Specified by:
 performCancelin interfaceAssistantPage- Overrides:
 performCancelin classAbstractAssistantPage
 
 - 
 
 -