| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Hashable | |
| jreceiver.common.callback.rec | |
| jreceiver.common.rec | A set of beans and interfaces, each of which represents a concise data object used in JReceiver. | 
| jreceiver.common.rec.driver | A set of beans and interfaces geared towards hardware and its control through drivers. | 
| jreceiver.common.rec.security | |
| jreceiver.common.rec.site | A set of beans and interfaces describing the physical makeup of a media collection. | 
| jreceiver.common.rec.source | A set of beans and interfaces, each of which is keyed by a source id (src_id). | 
| jreceiver.common.rec.tag | A set of beans and interfaces for 'tag' metadata referenced by media sources. | 
| jreceiver.common.rec.util | A set of beans representing various things that don't yet fit in other categories. | 
| Uses of Hashable in jreceiver.common.callback.rec | 
| Subinterfaces of Hashable in jreceiver.common.callback.rec | |
|  interface | DeviceStatusAn interface describing a JRec device, which can serve one or more Players. | 
|  interface | DsettingAn interface describing a single setting item | 
|  interface | DsettingBoolAn interface describing a single menu item | 
|  interface | DsettingIntAn interface describing a single menu item | 
|  interface | DsettingListAn interface describing a single menu item | 
|  interface | DsettingStrAn interface describing a single menu item | 
|  interface | DsettingUrlAn interface describing a single menu item | 
| Classes in jreceiver.common.callback.rec that implement Hashable | |
|  class | DeviceStatusRecDetails for a device provided by a driver. | 
|  class | DsettingBoolRecBean to represent a boolean setting item (usually appears as checkbox) | 
|  class | DsettingIntRecBean to represent a int setting item | 
|  class | DsettingListRecBean to represent a list setting item | 
|  class | DsettingRecBase functionality for all player/driver setting items | 
|  class | DsettingStrRecBean to represent a string setting item | 
|  class | DsettingUrlRecBean to represent a url setting item | 
| Uses of Hashable in jreceiver.common.rec | 
| Subinterfaces of Hashable in jreceiver.common.rec | |
|  interface | KeyAn interface from which all complex keys are derived. | 
|  interface | RecAn interface from which all *Recs are derived. | 
| Uses of Hashable in jreceiver.common.rec.driver | 
| Subinterfaces of Hashable in jreceiver.common.rec.driver | |
|  interface | CommandAn interface describing a JRec command, which can serve one or more Players. | 
|  interface | DeviceAn interface describing a JRec device, which can serve one or more Players. | 
|  interface | DeviceBindingAn interface representing a single master/slave binding between two devices. | 
|  interface | DriverAn interface describing a JRec driver, which can serve one or more Players. | 
|  interface | DriverBindingAn interface representing a single driverbind. | 
|  interface | DriverCommandAn interface describing a driver that possesses a collection of command identifiers. | 
|  interface | SignalAn interface describing a signal associated with a driverbind profile. | 
| Classes in jreceiver.common.rec.driver that implement Hashable | |
|  class | CommandRecA record from the command table | 
|  class | DeviceBindingKeyAn interface representing a single master/slave binding key | 
|  class | DeviceBindingRecBean to represent a single devbind record | 
|  class | DeviceRecA record from the Drivers table | 
|  class | DriverBindingKeyAn interface representing a single master/slave binding key | 
|  class | DriverBindingRecBean to represent a single driverbind record | 
|  class | DriverCommandRecBean to represent a single 'command list' record | 
|  class | DriverRecA record from the Driver table | 
|  class | SignalKeyAn interface describing a signal associated with a driverbind profile. | 
|  class | SignalRecBean to represent a signal (command:driverbind binding) | 
| Uses of Hashable in jreceiver.common.rec.security | 
| Subinterfaces of Hashable in jreceiver.common.rec.security | |
|  interface | HandlerAn interface representing a single handler. | 
|  interface | MethodAn interface representing a single method rpc binding. | 
|  interface | RoleAn interface representing a single role. | 
|  interface | RoleAuthAn interface describing a Role Authorization | 
|  interface | UserAn interface representing a single user. | 
| Classes in jreceiver.common.rec.security that implement Hashable | |
|  class | HandlerRecBean to represent a single handler folder record | 
|  class | MethodKeyAn interface representing a single master/slave binding key | 
|  class | MethodRecBean to represent a single driverbind record | 
|  class | RoleAuthKeyAn interface describing a RoleAuth associated with a method profile. | 
|  class | RoleAuthRecBean to represent a Role Authorization | 
|  class | RoleRecBean to represent a single role folder record | 
|  class | UserRecBean to represent a single user record | 
| Uses of Hashable in jreceiver.common.rec.site | 
| Subinterfaces of Hashable in jreceiver.common.rec.site | |
|  interface | FolderAn interface describing a folder. | 
|  interface | RootAn interface representing a single file root. | 
|  interface | SiteAn interface to be implemented by objects representing a 'Site' in JRec. | 
| Classes in jreceiver.common.rec.site that implement Hashable | |
|  class | FolderRecBean to represent a single folder record | 
|  class | RootKeyAn interface describing a root | 
|  class | RootRecBean to represent a single root folder record | 
|  class | SiteRecBean to describe a record for the Site table | 
| Uses of Hashable in jreceiver.common.rec.source | 
| Subinterfaces of Hashable in jreceiver.common.rec.source | |
|  interface | FilterableAn interface to be associated with filtered sources. | 
|  interface | MexternalAn interface to be associated with remote (i.e. | 
|  interface | MfileAn interface to be implemented by all sources which exist as filesystem objects. | 
|  interface | PlaylistAn interface to be implemented by all playlist sources. | 
|  interface | SourceAn interface to be implemented by a media source. | 
|  interface | SourceFolderAn interface describing an object that possesses a collection of folder identifiers. | 
|  interface | SourceListAn interface describing an object that possesses a collection of file identifiers. | 
|  interface | TuneAn interface to be implemented by a 'tune' media source, i.e., associated with an mp3 file or stream with unchanging tag info. | 
| Classes in jreceiver.common.rec.source that implement Hashable | |
|  class | DplaylistRecBean to represent a single dynamic playlist record | 
|  class | FilterableRecBean to represent a single filterable source | 
|  class | FplaylistRecBean to represent a single playlist file record | 
|  class | FtuneRecBean to represent a single tune file | 
|  class | HplaylistRecBean to represent a single Tree (hierarchical) playlist record | 
|  class | MexternalRecConcrete implementation of an offsite source | 
|  class | MfileRecBean to describe a record for the Mfiles table | 
|  class | PlaylistRecAbstract class to provide basic implementation of Playlist interface | 
|  class | SourceRecBean to describe a record for the Source table | 
|  class | SplaylistRecBean to represent a station playlist | 
|  class | StuneRecBean to represent a station tune. | 
|  class | TuneRecAbstract class to provide basic implementation of Tune interface | 
| Uses of Hashable in jreceiver.common.rec.tag | 
| Subinterfaces of Hashable in jreceiver.common.rec.tag | |
|  interface | AlbumAn interface describing a album. | 
|  interface | ArtistAn interface describing a artist. | 
|  interface | CommentAn interface describing a comment. | 
|  interface | ComposerAn interface describing a composer. | 
|  interface | GenreAn interface describing a genre. | 
| Classes in jreceiver.common.rec.tag that implement Hashable | |
|  class | AlbumRecBean to represent a single album | 
|  class | ArtistRecBean to represent a single artist record | 
|  class | CommentRecBean to represent a single comment record | 
|  class | ComposerRecBean to represent a single composer | 
|  class | GenreRecBean to represent a single genre | 
| Uses of Hashable in jreceiver.common.rec.util | 
| Subinterfaces of Hashable in jreceiver.common.rec.util | |
|  interface | MenuAn interface describing a single menu item | 
|  interface | TranscoderAn interface representing a single transcoder. | 
|  interface | TuneQueryA basic interface to filter tunes. | 
| Classes in jreceiver.common.rec.util that implement Hashable | |
|  class | MenuRecBean to represent a single menu item, with associated tune count and index. | 
|  class | TranscoderRecBean to represent a single transcoder record | 
|  class | TuneQueryRecA basic interface to filter tunes. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||