Module qupath.fx

Annotation Interface FilePref


@Documented @Retention(RUNTIME) @Target({TYPE,FIELD}) public @interface FilePref
Annotation for a file preference.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Key for externalized string that gives the text of the preference
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Optional bundle for externalized string
    Optional array of supported file extensions.
  • Element Details

    • value

      String value
      Key for externalized string that gives the text of the preference
      Returns:
    • bundle

      String bundle
      Optional bundle for externalized string
      Returns:
      Default:
      ""
    • extensions

      String[] extensions
      Optional array of supported file extensions. These should typically be in the JavaFX extension filter format, e.g. "*.txt"
      Returns:
      Default:
      {}