org.esa.beam.framework.ui.layer
Class AbstractLayerSourceAssistantPage
java.lang.Object
org.esa.beam.framework.ui.assistant.AbstractAssistantPage
org.esa.beam.framework.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.
| Methods inherited from class org.esa.beam.framework.ui.assistant.AbstractAssistantPage |
canFinish, canHelp, createPageComponent, getNextPage, getPageComponent, getPageTitle, hasNextPage, performFinish, performHelp, setContext, validatePage |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractLayerSourceAssistantPage
protected AbstractLayerSourceAssistantPage(String pageTitle)
getContext
public LayerSourcePageContext getContext()
- Description copied from interface:
AssistantPage
- Gets the current context for this page.
- Specified by:
getContext in interface AssistantPage- Overrides:
getContext in class AbstractAssistantPage
- Returns:
- The context of the page.
performCancel
public void performCancel()
- Description copied from interface:
AssistantPage
- Cancels the current execution of the assitant.
Implementors shall release allocated resources.
- Specified by:
performCancel in interface AssistantPage- Overrides:
performCancel in class AbstractAssistantPage
Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.