Class AssistantPane

java.lang.Object
org.esa.snap.ui.assistant.AssistantPane
All Implemented Interfaces:
AssistantPageContext
Direct Known Subclasses:
LayerSourceAssistantPane

public class AssistantPane extends Object implements AssistantPageContext
Shows a sequence of assitant pages with an dialog.
  • Constructor Details

    • AssistantPane

      public AssistantPane(Window parent, String title)
      Creates a new AssistantPane.
      Parameters:
      parent - The parent window.
      title - The title of the dialog.
  • Method Details