Interface CliOrGui.FileChooser

Enclosing class:
CliOrGui

public static interface CliOrGui.FileChooser
Interactive file chooser.
  • Method Summary

    Modifier and Type
    Method
    Description
    choose(String title)
    Choose an existing file (simple file or directory) interactively.
  • Method Details

    • choose

      @Opt @Opt File choose(String title)
      Choose an existing file (simple file or directory) interactively.
      Parameters:
      title - of the GUI input dialog.
      Returns:
      the chosen file or null