lhmc.plugins
Class TvMPlayerPlugin

java.lang.Object
  extended by lhmc.plugins.Plugin
      extended by lhmc.plugins.TvMPlayerPlugin

public class TvMPlayerPlugin
extends Plugin

TvMPlayerPlugin displays the analogic TV with MPlayer.

Version:
0.01 29 Mar 2007
Author:
Cristina Roura Claver

Field Summary
protected  java.awt.GraphicsDevice device
           
protected  java.awt.Window mainWindow
           
 
Fields inherited from class lhmc.plugins.Plugin
backupFrame, mainFrame
 
Method Summary
 void play(java.net.URL file)
          Shows the television.
 void playAll(java.net.URL file)
          Executes a directory.
 
Methods inherited from class lhmc.plugins.Plugin
setMainFrame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

device

protected java.awt.GraphicsDevice device

mainWindow

protected java.awt.Window mainWindow
Method Detail

play

public void play(java.net.URL file)
Shows the television.

Specified by:
play in class Plugin
Parameters:
file - not used.

playAll

public void playAll(java.net.URL file)
Description copied from class: Plugin
Executes a directory.

Specified by:
playAll in class Plugin
Parameters:
file - the url directory to execute.