public class SelectLayerSourceAssistantPage extends AbstractLayerSourceAssistantPage
Constructor and Description |
---|
SelectLayerSourceAssistantPage(LayerSourceDescriptor[] sourceDescriptors) |
Modifier and Type | Method and Description |
---|---|
boolean |
canFinish()
Determines if the page can finish the current assitant or not.
|
Component |
createPageComponent()
Creates the component of this page.
|
AbstractLayerSourceAssistantPage |
getNextPage()
|
boolean |
hasNextPage() |
boolean |
performFinish()
|
boolean |
validatePage()
Called from
AssistantPageContext.updateState() in order to validate user inputs. |
getContext, performCancel
canHelp, getPageComponent, getPageTitle, performHelp, setContext
public SelectLayerSourceAssistantPage(LayerSourceDescriptor[] sourceDescriptors)
public boolean validatePage()
AssistantPage
AssistantPageContext.updateState()
in order to validate user inputs.validatePage
in interface AssistantPage
validatePage
in class AbstractAssistantPage
public boolean hasNextPage()
hasNextPage
in interface AssistantPage
hasNextPage
in class AbstractAssistantPage
public AbstractLayerSourceAssistantPage getNextPage()
AssistantPage
getNextPage
in interface AssistantPage
getNextPage
in class AbstractAssistantPage
null
if no next page exists or the page could not be created.public boolean canFinish()
AssistantPage
canFinish
in interface AssistantPage
canFinish
in class AbstractAssistantPage
true
if the page can perform finish, otherwise false
public boolean performFinish()
AssistantPage
performFinish
in interface AssistantPage
performFinish
in class AbstractAssistantPage
true
if finishing was successful, otherwise false
.public Component createPageComponent()
AbstractAssistantPage
createPageComponent
in class AbstractAssistantPage
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.