Lizzy v1.1.1

Uses of Interface
christophedelory.playlist.PlaylistVisitor

Packages that use PlaylistVisitor
christophedelory.lizzy Command-line interfaces for reading, converting and writing different playlist formats. 
christophedelory.playlist The home of the playlist management API. 
 

Uses of PlaylistVisitor in christophedelory.lizzy
 

Classes in christophedelory.lizzy that implement PlaylistVisitor
 class FetchContentMetadata
          Fetches if possible the metadata of all media contents.
 class PlaylistToString
          Builds a string representation of a given playlist.
 

Uses of PlaylistVisitor in christophedelory.playlist
 

Classes in christophedelory.playlist that implement PlaylistVisitor
 class BasePlaylistVisitor
          A starting point for a playlist visitor.
 

Methods in christophedelory.playlist with parameters of type PlaylistVisitor
 void Sequence.acceptDown(PlaylistVisitor visitor)
           
 void Playlist.acceptDown(PlaylistVisitor visitor)
          Accepts the specified playlist visitor.
 void Parallel.acceptDown(PlaylistVisitor visitor)
           
 void Media.acceptDown(PlaylistVisitor visitor)
           
 void AbstractTimeContainer.acceptDown(PlaylistVisitor visitor)
           
abstract  void AbstractPlaylistComponent.acceptDown(PlaylistVisitor visitor)
          Accepts the specified playlist visitor.
 void Sequence.acceptUp(PlaylistVisitor visitor)
           
 void Playlist.acceptUp(PlaylistVisitor visitor)
          Accepts the specified playlist visitor.
 void Parallel.acceptUp(PlaylistVisitor visitor)
           
 void Media.acceptUp(PlaylistVisitor visitor)
           
 void AbstractPlaylistComponent.acceptUp(PlaylistVisitor visitor)
          Accepts the specified playlist visitor.
 


© 2008-2009 Christophe Delory

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