Class ChooseFile

All Implemented Interfaces:
Serializable, Runnable, ArooaContextAware, ArooaSessionAware, Forceable, PropertyChangeNotifier, Iconic, LogEnabled, Resettable, Stateful

public class ChooseFile extends SerializableJob
Pop up a dialog to select a file.
Author:
Rob Gordon
See Also:
  • Constructor Details

    • ChooseFile

      public ChooseFile()
  • Method Details

    • getChosen

      public File getChosen()
    • setDir

      public void setDir(File dir)
    • execute

      public int execute() throws Exception
      Description copied from class: SimpleJob
      Execute this job.
      Specified by:
      execute in class SimpleJob
      Returns:
      0 if the job is complete, anything else otherwise.
      Throws:
      Exception - If the unexpected occurs.