Class SequentialDialog

java.lang.Object
org.esa.snap.ui.SequentialDialog

public class SequentialDialog extends Object
Version:
$Revision$ $Date$
  • Field Details

  • Constructor Details

    • SequentialDialog

      public SequentialDialog(JFrame frame, String titleBase)
    • SequentialDialog

      public SequentialDialog(JFrame frame, String titleBase, Icon image, boolean hasHelp)
  • Method Details

    • getFrame

      public JFrame getFrame()
    • getDialog

      public JDialog getDialog()
    • getButtonID

      public int getButtonID()
    • getCardCount

      public int getCardCount()
    • getCard

      public Component getCard(int index)
    • getCurrentCard

      public Component getCurrentCard()
    • getCardName

      public String getCardName(int index)
    • addCard

      public void addCard(String name, Component card)
    • show

      public int show()
    • hide

      public void hide()
    • center

      public void center()
    • onBack

      protected void onBack()
    • onNext

      protected void onNext()
    • onFinish

      protected void onFinish()
    • onCancel

      protected void onCancel()
    • onHelp

      protected void onHelp()
    • getCurrentCardIndex

      protected int getCurrentCardIndex()
    • getPreviousCardIndex

      protected int getPreviousCardIndex()
    • getNextCardIndex

      protected int getNextCardIndex()
    • showCard

      protected void showCard(int index)
    • updateButtonStates

      protected void updateButtonStates()
    • isBackPossible

      protected boolean isBackPossible()
    • isNextPossible

      protected boolean isNextPossible()
    • isFinishPossible

      protected boolean isFinishPossible()
    • verifyUserInput

      protected boolean verifyUserInput()