Uses of Class
com.biotools.meerkat.util.Preferences

Packages that use Preferences
com.biotools.meerkat   
com.biotools.meerkat.util   
 

Uses of Preferences in com.biotools.meerkat
 

Methods in com.biotools.meerkat with parameters of type Preferences
 void Player.init(Preferences prefs)
          Initialize your player from the given preferences file.
 

Uses of Preferences in com.biotools.meerkat.util
 

Subclasses of Preferences in com.biotools.meerkat.util
 class SafePreferences
          A preferences that able to automatically handle values which include \n and =.
 

Constructors in com.biotools.meerkat.util with parameters of type Preferences
Preferences(Preferences p)