|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlhmc.plugins.Plugin
public abstract class Plugin
Plugin abstract class. Must overide the run method.
Field Summary | |
---|---|
protected LHMCGUI |
backupFrame
|
protected LHMCGUI |
mainFrame
|
Constructor Summary | |
---|---|
Plugin()
|
Method Summary | |
---|---|
abstract void |
play(java.net.URL file)
Executes a file. |
abstract void |
playAll(java.net.URL file)
Executes a directory. |
void |
setMainFrame(LHMCGUI mainFrame)
Sets the main frame to mainFrame. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected LHMCGUI mainFrame
protected LHMCGUI backupFrame
Constructor Detail |
---|
public Plugin()
Method Detail |
---|
public abstract void play(java.net.URL file)
file
- the url file to execute.public abstract void playAll(java.net.URL file)
file
- the url directory to execute.public void setMainFrame(LHMCGUI mainFrame)
mainFrame
- The main frame of the LHMCGUI.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |