All Implemented Interfaces:
AlgorithmInterface, DialogDefaultsInterface, ActionListener, FocusListener, ItemListener, WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class JDialogRenameDirs extends JDialogBase implements AlgorithmInterface
See Also:
  • Field Details

    • UI

      private ViewUserInterface UI
      The main user interface.
    • imageSelectionPanel

      private JPanel imageSelectionPanel
    • buttonPanel

      private JPanel buttonPanel
    • axisList

      private JComboBox axisList
    • labelAxis

      private JLabel labelAxis
    • Axial

      private static int Axial
    • labelKeyImage

      private JLabel labelKeyImage
    • textFieldKeyImage

      private JTextField textFieldKeyImage
    • buttonKeyImage

      private JButton buttonKeyImage
    • keyImageChooser

      private JFileChooser keyImageChooser
    • keyImageDirectory

      private String keyImageDirectory
  • Constructor Details

    • JDialogRenameDirs

      public JDialogRenameDirs(Frame theParentFrame)
  • Method Details

    • algorithmPerformed

      public void algorithmPerformed(AlgorithmBase algorithm)
      Description copied from interface: AlgorithmInterface
      Called after an algorithm this listener is registered to exits (maybe successfully, maybe not). If the algorithm is run in a separate thread, this call will be made within that thread. If not, this call will be made from that same, shared thread.
      Specified by:
      algorithmPerformed in interface AlgorithmInterface
      Parameters:
      algorithm - the algorithm which has just completed
    • actionPerformed

      public void actionPerformed(ActionEvent event)
      Specified by:
      actionPerformed in interface ActionListener
      Overrides:
      actionPerformed in class JDialogBase
    • init

      public void init()
    • readKeyImageDir

      private void readKeyImageDir()
    • processDir

      private void processDir(File dir)