See: Description
Interface | Description |
---|---|
AbstractProperty.ValueChangeListener<T> |
A listener that listens to changes in the properties value.
|
Setting<T> |
Interface for a preference value.
|
SettingVisitor |
Visitor interface for
Setting implementations. |
Class | Description |
---|---|
AbstractProperty<T> |
Captures the common functionality of preference properties
|
AbstractProperty.ValueChangeEvent<T> |
An event that is triggered if the value of a property changes.
|
AbstractSetting<T> |
Base abstract class of all settings, holding the setting value.
|
AbstractToStringProperty<T> |
This class represents a property that can be represented as String.
|
AbstractToStringProperty.ChildProperty<T> |
This is a version of this property that attempts to get the property with a more specialized key and - if that fails - uses the property
value as default.
|
BooleanProperty |
A property containing a
Boolean value. |
CachedProperty<T> | |
CachingProperty<T> |
This is a special wrapper of
AbstractProperty . |
CollectionProperty |
A property containing a
Collection of String as value. |
ColorProperty |
A property containing a
Color value. |
DoubleProperty |
A property containing an
Double value. |
EnumProperty<T extends java.lang.Enum<T>> |
A property containing an
Enum value. |
IntegerProperty |
A property containing an
Integer value. |
ListListSetting |
Setting containing a
List of List s of String values. |
ListSetting |
Setting containing a
List of String values. |
LongProperty |
A property containing an
Long value. |
MapListSetting |
Setting containing a
List of Map s of String values. |
ParametrizedEnumProperty<T extends java.lang.Enum<T>> | |
PreferencesReader |
Loads preferences from XML.
|
PreferencesWriter |
Write preferences to XML.
|
StringProperty |
A property containing an
String value. |
StringSetting |
Setting containing a
String value. |
StrokeProperty |
A property that stores a
BasicStroke . |
Exception | Description |
---|---|
AbstractProperty.InvalidPreferenceValueException |
An exception that is thrown if a preference value is invalid.
|