Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.jempeg.empeg.emptool

Classes in org.jempeg.empeg.emptool used by org.jempeg.empeg.emptool
AbstractFIDNode
          All nodes in the Empeg database extend AbstractFIDNode (playlists, MP3 files, etc.)
BranchStack
          BranchStack is used by Emptool to represent a stack of PlaylistBranches (i.e.
BranchStackList
          BranchStack is used by Emptool to represent a stack of PlaylistBranch stacks.
DatabaseProgressListenerIfc
          DatabaseProgressListenerIfc should be implemented by any object that wants to receive events during communication with the Empeg.
DatabaseTags
          DatabaseTags is a doublely-hashed datastructure that maps Empeg MP3 tag names to Empeg MP3 tag IDs (and vice-versa).
DatabaseTags.TagsByName
           
DatabaseTags.TagsByNumber
           
FIDLocalFile
          FIDLocalFile is used to represent a file that has just been added to the player database but has not yet been synced with the Empeg.
FIDNodeMap
          FIDNodeMap maps FID integer values to the AbstractFIDNode that corresponds to it.
FIDPlaylist
          FIDPlaylist represents a playlist on the Empeg.
FIDPlaylist.PlaylistLoop
           
FIDRemoteTune
          FIDRemoteTune represents an MP3 that exists on the Empeg (as opposed to an FIDLocalFile).
ImportFileIfc
           
NodeTags
          NodeTags is the datastructure that keeps track of a set of key-value pairs of MP3 tags (like title, album, etc.) There is one NodeTags for each FID that is loaded.
PlayerDatabase
          PlayerDatabase is the primary interface to manipulating and querying the database of songs and playlists on the Empeg.
PlaylistBranch
          PlaylistBranch is used in Emptool to represent a playlist as the user navigates through the console.