Lizzy v1.1.1

Uses of Class
christophedelory.playlist.AbstractPlaylistComponent

Packages that use AbstractPlaylistComponent
christophedelory.playlist The home of the playlist management API. 
 

Uses of AbstractPlaylistComponent in christophedelory.playlist
 

Subclasses of AbstractPlaylistComponent in christophedelory.playlist
 class AbstractTimeContainer
          The base definition of time containers.
 class Media
          The definition of a media content.
 class Parallel
          A playlist group in which multiple elements can play back at the same time.
 class Sequence
          A playlist sequence: the media contents play one after the other.
 

Methods in christophedelory.playlist that return AbstractPlaylistComponent
 AbstractPlaylistComponent[] AbstractTimeContainer.getComponents()
          Returns an ordered array of playlist components present in this container.
 AbstractPlaylistComponent AbstractTimeContainer.removeComponent(int index)
          Removes the playlist component at the specified position in this container.
 

Methods in christophedelory.playlist with parameters of type AbstractPlaylistComponent
 void AbstractTimeContainer.addComponent(AbstractPlaylistComponent component)
          Appends the specified playlist component to the end of this container.
 void AbstractTimeContainer.addComponent(int index, AbstractPlaylistComponent component)
          Inserts the specified playlist component at the specified position in this container.
 boolean AbstractTimeContainer.removeComponent(AbstractPlaylistComponent component)
          Removes the first occurrence of the specified playlist component in this container.
 


© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.