Uses of Class
lhmc.plugins.Plugin

Packages that use Plugin
lhmc.plugins   
 

Uses of Plugin in lhmc.plugins
 

Subclasses of Plugin in lhmc.plugins
 class BasicPlayerPlugin
          BasicPlayerPlugin executes a single sound file or a directory of files making a playlist.
 class CddaMPlayerPlugin
          CddaMPlayerPlugin plays an audio CD with MPlayer
 class CddaPlayerPlugin
          CddaMPlayerPlugin plays an audio CD
 class DvbMPlayerPlugin
          DvbMPlayerPlugin displays the digital TV with MPlayer.
 class DvdXinePlugin
          DvdXinePlugin reproduces a video DVD with Xine.
 class ImagePlugin
          ImagePlugin executes a single image file and shows it in fullscreen and executes a directory and make a slideshow from all the images in that directory.
 class MencoderPlugin
          MencoderPlugin records television shows.
 class MPlayerPlugin
          MPlayerPlugin executes a single video file in fullscreen
 class TvMPlayerPlugin
          TvMPlayerPlugin displays the analogic TV with MPlayer.
 

Methods in lhmc.plugins that return Plugin
 Plugin PluginFactory.getPlugin(int cdType)
          Returns the plugin suitable to execute the giben cdType.
 Plugin PluginFactory.getPlugin(java.net.URL url)
          Returns the plugin suitable to execute the giben file.