@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface PersistentProperty
The values for the JavaFX properties will be fetched and stored using an instance of java.util.prefs.Preferences in the background.
Preferences| Modifier and Type | Required Element and Description |
|---|---|
Class<?> |
clazz
Specifies the preference node from the calling user's preference tree that is associated
(by convention) with the specified class's package.
|
String |
key |
| Modifier and Type | Optional Element and Description |
|---|---|
PersistentProperty.NodeType |
type |
public abstract Class<?> clazz
public abstract String key
public abstract PersistentProperty.NodeType type
Preferences.userNodeForPackage(Class),
Preferences.systemNodeForPackage(Class)Copyright © 2012-2014 The Cat Hive Developers. All Rights Reserved.