Module qupath.fx
Package qupath.fx.prefs.annotations
package qupath.fx.prefs.annotations
Annotations to assist with defining preferences.
This is designed primarily to help create preference panes using a ControlsFX
PropertySheet
, using externalized strings for
the labels and tooltips.
The annotations are used by applying them to (public) JavaFX properties within a class,
and then passing the class the an instance of PropertyItemParser
.
-
ClassDescriptionAnnotation for an boolean preference.Annotation for an color preference, represented as a packed integer.Annotation for a directory preference.Annotation for a double preference.Annotation for a file preference.Annotation for an integer preference.Annotation for a locale preference.Annotation for a general preference.Annotation for a preference category.Annotation for an String preference.