Class LineWizardPage

    • Field Detail

      • pagePanel

        protected javax.swing.JPanel pagePanel
    • Constructor Detail

      • LineWizardPage

        public LineWizardPage​(javax.swing.JComponent root)
    • Method Detail

      • setNextPage

        public final void setNextPage​(LineWizardPage nextPage)
      • initialize

        protected abstract void initialize()
      • setWizardNextButton

        protected final void setWizardNextButton​(javax.swing.JButton button)
        Define the "next" button of this wizard page. It will install a button handerl to show the next page nextPage and execute additional operations as defined in onNextButtonPress(). This method must be called during initialization of the wizard page.
      • getPage

        public final javax.swing.JPanel getPage()
      • showPage

        public void showPage​(boolean show)
      • onNextButtonPress

        public abstract void onNextButtonPress()
      • getRoot

        public javax.swing.JComponent getRoot()