org.esa.beam.framework.ui.layer
Class CollectionLayerAssistantPage
java.lang.Object
org.esa.beam.framework.ui.assistant.AbstractAssistantPage
org.esa.beam.framework.ui.layer.AbstractLayerSourceAssistantPage
org.esa.beam.framework.ui.layer.CollectionLayerAssistantPage
- All Implemented Interfaces:
- AssistantPage
public class CollectionLayerAssistantPage
- extends AbstractLayerSourceAssistantPage
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.