Module qupath.fx

Annotation Interface BooleanPref


@Documented @Retention(RUNTIME) @Target({TYPE,FIELD}) public @interface BooleanPref
Annotation for an boolean 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
  • 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:
      ""