| 
 | Lizzy v1.1.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | AbstractTimeContainerThe base definition of time containers. | 
|  class | MediaThe definition of a media content. | 
|  class | ParallelA playlist group in which multiple elements can play back at the same time. | 
|  class | SequenceA 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||