Uses of Interface
org.qtunes.db.AbstractField

Packages that use AbstractField
org.qtunes.db The "db" package defines the API for the database, which stores the tracks and playlists 
 

Uses of AbstractField in org.qtunes.db
 

Classes in org.qtunes.db that implement AbstractField
 class DerivedField<T>
          A DerivedField is a field derived from other properties of the Track.
 class Field<T>
          This class lists the various Fields that can be part of a Track
 

Methods in org.qtunes.db that return AbstractField
static AbstractField Field.getByName(java.lang.String name)
           
 

Methods in org.qtunes.db with parameters of type AbstractField
<T> T
Track.get(AbstractField<T> field)
          Get the value of the specified Field.
protected static void Field.register(AbstractField<?> field)