Class AbstractAssistantPage

java.lang.Object
org.esa.snap.ui.assistant.AbstractAssistantPage
All Implemented Interfaces:
AssistantPage
Direct Known Subclasses:
AbstractLayerSourceAssistantPage

public abstract class AbstractAssistantPage extends Object implements AssistantPage
An abstract implementation of AssistantPage.

The user has only to implement the createPageComponent() method. Other methods have meaningful default implementations, which can be overriden according to the concrete implementation.

  • Constructor Details

    • AbstractAssistantPage

      protected AbstractAssistantPage(String pageTitle)
      Creates a new instance with the given page title.
      Parameters:
      pageTitle - The title of the page.
  • Method Details