Uses of Interface
sk.baka.ambient.collection.ICollection

Packages that use ICollection
sk.baka.ambient   
sk.baka.ambient.activity.main.cb   
sk.baka.ambient.activity.search   
sk.baka.ambient.collection.ampache   
sk.baka.ambient.collection.local   
sk.baka.ambient.collection.sync   
 

Uses of ICollection in sk.baka.ambient
 

Methods in sk.baka.ambient that return ICollection
 ICollection AmbientApplication.getProvider(TrackOriginEnum origin)
          Returns the provider for given origin.
 

Methods in sk.baka.ambient with parameters of type ICollection
 void AmbientApplication.registerProvider(TrackOriginEnum origin, ICollection provider)
          Registers new provider for given origin.
 

Uses of ICollection in sk.baka.ambient.activity.main.cb
 

Fields in sk.baka.ambient.activity.main.cb declared as ICollection
protected  ICollection AbstractCollectionController.collection
          The collection to display the data from.
 

Methods in sk.baka.ambient.activity.main.cb with parameters of type ICollection
 boolean IContentManager.initialize(boolean isYear, ICollection collection)
           Initialize this manager and fetch the data.
 boolean CategoryManager.initialize(boolean isYear, ICollection collection)
           
 boolean TrackManager.initialize(boolean isYear, ICollection collection)
           
 boolean GroupingManager.initialize(boolean isYear, ICollection collection)
           
 

Constructors in sk.baka.ambient.activity.main.cb with parameters of type ICollection
AbstractCollectionController(int mainViewId, int listViewId, android.app.Activity mainActivity, GesturesListView playlistView, ICollection collection, int categoryPathId)
          Creates new controller instance.
 

Uses of ICollection in sk.baka.ambient.activity.search
 

Constructors in sk.baka.ambient.activity.search with parameters of type ICollection
CollectionEngine(ICollection collection)
          Creates new collection engine which performs search on an arbitrary ICollection.
 

Uses of ICollection in sk.baka.ambient.collection.ampache
 

Classes in sk.baka.ambient.collection.ampache that implement ICollection
 class AmpacheCollection
          Wraps Ampache as a collection.
 

Constructors in sk.baka.ambient.collection.ampache with parameters of type ICollection
AmpacheServer(java.lang.String password, ICollection collection)
          Creates new server instance.
 

Uses of ICollection in sk.baka.ambient.collection.local
 

Classes in sk.baka.ambient.collection.local that implement ICollection
 class LibraryCollection
          Collection strategy which uses local database (the Library).
 class MediaStoreCollection
          Wrapper for Android MediaStore class.
 

Uses of ICollection in sk.baka.ambient.collection.sync
 

Fields in sk.baka.ambient.collection.sync declared as ICollection
 ICollection SyncUtils.downloadFrom
          Download excess tracks from this collection.
 ICollection SyncUtils.reference
          This is the reference collection, i.e.
 

Constructors in sk.baka.ambient.collection.sync with parameters of type ICollection
CollectionSynchronizer(android.content.Context context, ICollection reference, ICollection downloadFrom, TagFormatter pathFormatter, java.lang.String rootPath, IBackgroundTask task)
          Creates new synchronizer.
SyncUtils(ICollection reference, ICollection downloadFrom, TagFormatter pathFormatter, android.media.MediaScannerConnection msc)
           
 



Copyright © 2007-2009. All Rights Reserved.