Class SequentialDialog


  • public class SequentialDialog
    extends Object
    Version:
    $Revision$ $Date$
    • Constructor Detail

      • SequentialDialog

        public SequentialDialog​(JFrame frame,
                                String titleBase)
      • SequentialDialog

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

      • 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)
      • 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()