public final class PreferencePropertyBinder extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
bind(javafx.beans.property.BooleanProperty prop,
String valuename,
boolean def) |
static void |
bind(javafx.beans.property.DoubleProperty prop,
String valuename,
double def) |
static void |
bind(javafx.beans.property.FloatProperty prop,
String valuename,
float def) |
static void |
bind(javafx.beans.property.IntegerProperty prop,
String valuename,
int def) |
static void |
bind(javafx.beans.property.LongProperty prop,
String valuename,
long def) |
public static void bind(javafx.beans.property.BooleanProperty prop,
String valuename,
boolean def)
prop - property to be boundvaluename - to bind property value todef - default value if not in Preferencespublic static void bind(javafx.beans.property.DoubleProperty prop,
String valuename,
double def)
prop - property to be boundvaluename - to bind property value todef - default value if not in Preferencespublic static void bind(javafx.beans.property.FloatProperty prop,
String valuename,
float def)
prop - property to be boundvaluename - to bind property value todef - default value if not in Preferencespublic static void bind(javafx.beans.property.IntegerProperty prop,
String valuename,
int def)
prop - property to be boundvaluename - to bind property value todef - default value if not in Preferencespublic static void bind(javafx.beans.property.LongProperty prop,
String valuename,
long def)
prop - property to be boundvaluename - to bind property value todef - default value if not in PreferencesCopyright © 2016. All rights reserved.