|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ac.ulg.montefiore.run.totem.visualtopo.facade.ModuleLoader
public class ModuleLoader
We use this class to dynamically load/unload GUIModule to the TOTEM GUI. Use it as follow :
| Method Summary | |
|---|---|
void |
addGUIModule(GUIModule module)
Add module to the "Managed Module Database" so that the Module Loader can take care of it |
static ModuleLoader |
getInstance()
Get a simple instance of the ModuleLoader |
void |
initBasicModules()
Load some basic modules. |
void |
showModuleLoaderDialog()
Show a panel in the gui that will display managed Modules and allows the user to load/unload modules |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void initBasicModules()
public static ModuleLoader getInstance()
public void addGUIModule(GUIModule module)
module - the module to be addedpublic void showModuleLoaderDialog()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||