Interface FileChooserAction


public interface FileChooserAction
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Indicates open mode.
    static final int
    Indicates save mode.
    static final int
    Indicates an Open mode for
    selecting folders.
  • Field Details

    • OPEN

      static final int OPEN
      Indicates open mode. The file chooser
      will only let the user pick an existing file.
      See Also:
    • SAVE

      static final int SAVE
      Indicates save mode. The file chooser
      will let the user pick an existing file, or type in a new
      filename.
      See Also:
    • SELECT_FOLDER

      static final int SELECT_FOLDER
      Indicates an Open mode for
      selecting folders. The file chooser will let the user pick an
      existing folder.
      See Also: