Module xl.core

Class FileChooserType<T>

All Implemented Interfaces:
Member, Type<T>

public class FileChooserType<T> extends TypeImpl<T>
  • Field Details

    • flags

      protected final int flags
    • mt

      protected final String mt
    • start

      protected final File start
    • FILE

      public static final int FILE
      Look for files
      See Also:
    • EXCLUDE_FILE

      public static final int EXCLUDE_FILE
      Exclude file
      See Also:
    • DIRECTORY

      public static final int DIRECTORY
      Look for directory
      See Also:
    • EXCLUDE_DIRECTORY

      public static final int EXCLUDE_DIRECTORY
      Look for directory
      See Also:
    • PATH

      public static final int PATH
      The result is given as String
      See Also:
    • DEFAULT_PATH

      public static final int DEFAULT_PATH
      Use a specified path as default
      See Also:
    • DEFAULT

      public static final FileChooserType DEFAULT
  • Constructor Details

    • FileChooserType

      public FileChooserType(String binaryName, int flags, File s)
    • FileChooserType

      public FileChooserType(String binaryName, int flags, String s)
    • FileChooserType

      public FileChooserType(String binaryName, int flags, Map params)
  • Method Details

    • getFlags

      public int getFlags()
    • getStart

      public File getStart()
    • getMimetypes

      public String getMimetypes()
    • isDisabled

      public boolean isDisabled()
      If neither files nor directories are accepted, the filechooser is disabled