Package ecologylab.appframework.types.prefs

Type declarations for preferences, in the Interface Ecology Lab Application Development Framework.

See:
          Description

Interface Summary
PrefChangedListener An object that monitors a Pref or set of Prefs to respond to changes in it/them.
ValueChangedListener  
WidgetTypes Types of graphical user interface components for interactive setting / editing Preference values.
 

Class Summary
Choice<T> Multi-choice option for a preference.
ChoiceBoolean A Boolean Choice object, for a multi-choice preference.
ChoiceFloat A Float Choice object, for a multi-choice preference.
ChoiceInt An Integer Choice object, for a multi-choice preference.
MetaPref<T> Metadata about a Preference.
MetaPrefBoolean Metadata about a Boolean Preference.
MetaPrefColor  
MetaPrefFile Metadata about a File Preference.
MetaPrefFloat Metadata about a Float Preference.
MetaPrefInt Metadata about an Integer Preference.
MetaPrefSet Groupings of MetaPrefs, by category.
MetaPrefString Metadata about a String Preference.
Pref<T> Generic base class for application Preference objects.
PrefBoolean Pref for a Boolean
PrefColor A preference that is a Color.
PrefElementState A preference that is an ElementState.
PrefFile Pref indicating a File.
PrefFloat Pref for a Float
PrefInt Pref for an Integer
PrefSet A serial set of Pref objects.
PrefString Preference that is a String
PrefTranslations Translations for the pref/meta_pref system.
PrefVisual  
RangeFloatState  
RangeIntState  
RangeState<T extends Comparable>  
 

Package ecologylab.appframework.types.prefs Description

Type declarations for preferences, in the Interface Ecology Lab Application Development Framework.