|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.formaria.swing.video.ControllerListener
public class ControllerListener
A wrapper for the video/jmf controller listener
Copyright (c) Formaria Ltd., 2008, This software is licensed under the GNU Public License (GPL), please see license.txt for more details. If you make commercial use of this software you must purchase a commercial license from Formaria.
$Revision: 1.6 $
| Field Summary | |
|---|---|
protected java.awt.Container |
video
|
| Constructor Summary | |
|---|---|
ControllerListener()
|
|
| Method Summary | |
|---|---|
void |
controllerUpdate(ControllerEvent event)
This controllerUpdate function must be defined in order to implement a ControllerListener interface. |
void |
destroy()
|
void |
loop()
Continuous playback of the video. |
void |
setFile(java.lang.String fileName)
|
protected void |
setupPlayer()
|
void |
setVideoPanel(java.awt.Container videoObj)
|
void |
showController(boolean display)
Display the video controller |
void |
start()
Starts playing the video |
void |
stop()
Stops playback of the video. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.awt.Container video
| Constructor Detail |
|---|
public ControllerListener()
| Method Detail |
|---|
public void setVideoPanel(java.awt.Container videoObj)
setVideoPanel in interface VideoControllerpublic void controllerUpdate(ControllerEvent event)
public void destroy()
destroy in interface VideoControllerpublic void start()
start in interface VideoControllerpublic void loop()
loop in interface VideoControllerpublic void stop()
stop in interface VideoControllerpublic void setFile(java.lang.String fileName)
setFile in interface VideoControllerprotected void setupPlayer()
public void showController(boolean display)
VideoController
showController in interface VideoControllerdisplay - true to display the controller
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||