org.esa.beam.framework.ui.layer
Class CollectionLayerAssistantPage

java.lang.Object
  extended by org.esa.beam.framework.ui.assistant.AbstractAssistantPage
      extended by org.esa.beam.framework.ui.layer.AbstractLayerSourceAssistantPage
          extended by org.esa.beam.framework.ui.layer.CollectionLayerAssistantPage
All Implemented Interfaces:
AssistantPage

public class CollectionLayerAssistantPage
extends AbstractLayerSourceAssistantPage


Method Summary
 Component createPageComponent()
          Creates the component of this page.
 boolean performFinish()
          Ccalled only if AssistantPage.validatePage() and AssistantPage.canFinish() return true.
 boolean validatePage()
          Called from AssistantPageContext.updateState() in order to validate user inputs.
 
Methods inherited from class org.esa.beam.framework.ui.layer.AbstractLayerSourceAssistantPage
getContext, performCancel
 
Methods inherited from class org.esa.beam.framework.ui.assistant.AbstractAssistantPage
canFinish, canHelp, getNextPage, getPageComponent, getPageTitle, hasNextPage, performHelp, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createPageComponent

public Component createPageComponent()
Description copied from class: AbstractAssistantPage
Creates the component of this page.

Specified by:
createPageComponent in class AbstractAssistantPage
Returns:
The component of this page

validatePage

public boolean validatePage()
Description copied from interface: AssistantPage
Called from AssistantPageContext.updateState() in order to validate user inputs.

Specified by:
validatePage in interface AssistantPage
Overrides:
validatePage in class AbstractAssistantPage
Returns:
true, if the current page is valid

performFinish

public boolean performFinish()
Description copied from interface: AssistantPage
Ccalled only if AssistantPage.validatePage() and AssistantPage.canFinish() return true.

Specified by:
performFinish in interface AssistantPage
Overrides:
performFinish in class AbstractAssistantPage
Returns:
true if finishing was successful, otherwise false.


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.