Module org.autogui

Class SettingsWindow.FileBackAction

java.lang.Object
javax.swing.AbstractAction
org.autogui.swing.util.SettingsWindow.FileBackAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
SettingsWindow

public static class SettingsWindow.FileBackAction extends AbstractAction
an action for changing the selected directory of SettingsWindow.FileDialogManager
See Also:
  • Field Details

  • Constructor Details

    • FileBackAction

      public FileBackAction(JFileChooser fileChooser)
  • Method Details

    • setPath

      public void setPath(File path)
      Parameters:
      path - the selected directory
      Since:
      1.8
    • getPath

      public File getPath()
      Returns:
      the selected directory
      Since:
      1.8
    • actionPerformed

      public void actionPerformed(ActionEvent e)