Class SourceDirectoryWizard

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class SourceDirectoryWizard extends JDialog
Wizard dialog to automatically find and configure source directories for a project.
See Also:
  • Field Details

    • MIN_STEP

      private static final int MIN_STEP
      See Also:
    • MAX_STEP

      private static final int MAX_STEP
      See Also:
    • chooser

      private JFileChooser chooser
    • project

      private final Project project
    • parentGUI

      private final NewProjectWizard parentGUI
    • foundModel

      private DefaultListModel<String> foundModel
    • progressModel

      private DefaultListModel<String> progressModel
    • jList2

      private JList<String> jList2
    • discover

      public Thread discover
    • browseButton

      private JButton browseButton
    • card1Explanation1Label

      private JLabel card1Explanation1Label
    • card1Explanation2Label

      private JLabel card1Explanation2Label
    • card1Explanation3Label

      private JLabel card1Explanation3Label
    • card1TitleLabel

      private JLabel card1TitleLabel
    • contentPanel

      private JPanel contentPanel
    • errorMessageLabel

      private JLabel errorMessageLabel
    • finshButton

      private JButton finshButton
    • firstPanel

      private JPanel firstPanel
    • jLabel1

      private JLabel jLabel1
    • jLabel2

      private JLabel jLabel2
    • jLabel3

      private JLabel jLabel3
    • jList1

      private JList<String> jList1
    • jScrollPane1

      private JScrollPane jScrollPane1
    • jScrollPane2

      private JScrollPane jScrollPane2
    • nextButton

      private JButton nextButton
    • previousButton

      private JButton previousButton
    • secondPanel

      private JPanel secondPanel
    • sourceRootBox

      private JTextField sourceRootBox
    • sourceRootLabel

      private JLabel sourceRootLabel
    • srcFileIconLabel

      private JLabel srcFileIconLabel
    • step

      private int step
  • Constructor Details

    • SourceDirectoryWizard

      public SourceDirectoryWizard(Frame parent, boolean modal, Project project, NewProjectWizard parentGUI)
      Creates new form SourceDirectoryWizard
      Parameters:
      parentGUI -
  • Method Details

    • initComponents

      private void initComponents()
      This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.
    • previousButtonActionPerformed

      private void previousButtonActionPerformed(ActionEvent evt)
    • nextButtonActionPerformed

      private void nextButtonActionPerformed(ActionEvent evt)
    • finshButtonActionPerformed

      private void finshButtonActionPerformed(ActionEvent evt)
    • main

      public static void main(String[] args)
      Parameters:
      args - the command line arguments
    • setStep

      private void setStep(int step)