Package org.esa.snap.ui.layer
Class CollectionLayerAssistantPage
- java.lang.Object
-
- org.esa.snap.ui.assistant.AbstractAssistantPage
-
- org.esa.snap.ui.layer.AbstractLayerSourceAssistantPage
-
- org.esa.snap.ui.layer.CollectionLayerAssistantPage
-
- All Implemented Interfaces:
AssistantPage
public class CollectionLayerAssistantPage extends AbstractLayerSourceAssistantPage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Component
createPageComponent()
Creates the component of this page.boolean
performFinish()
boolean
validatePage()
Called fromAssistantPageContext.updateState()
in order to validate user inputs.-
Methods inherited from class org.esa.snap.ui.layer.AbstractLayerSourceAssistantPage
getContext, performCancel
-
Methods inherited from class org.esa.snap.ui.assistant.AbstractAssistantPage
canFinish, canHelp, getNextPage, getPageComponent, getPageTitle, hasNextPage, performHelp, setContext
-
-
-
-
Method Detail
-
createPageComponent
public Component createPageComponent()
Description copied from class:AbstractAssistantPage
Creates the component of this page.- Specified by:
createPageComponent
in classAbstractAssistantPage
- Returns:
- The component of this page
-
validatePage
public boolean validatePage()
Description copied from interface:AssistantPage
Called fromAssistantPageContext.updateState()
in order to validate user inputs.- Specified by:
validatePage
in interfaceAssistantPage
- Overrides:
validatePage
in classAbstractAssistantPage
- Returns:
- true, if the current page is valid
-
performFinish
public boolean performFinish()
Description copied from interface:AssistantPage
- Specified by:
performFinish
in interfaceAssistantPage
- Overrides:
performFinish
in classAbstractAssistantPage
- Returns:
true
if finishing was successful, otherwisefalse
.
-
-