be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.unina
Class UninaModule

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.AbstractGUIModule
      extended by be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.unina.UninaModule
All Implemented Interfaces:
GUIModule

public class UninaModule
extends AbstractGUIModule

Creation date: 3 oct. 2006

Author:
Ga�l Monfort (monfort@run.montefiore.ulg.ac.be)

Constructor Summary
UninaModule()
           
 
Method Summary
 javax.swing.JMenu getMenu()
          The method should return the menu you want to add to the gui
 java.lang.String getName()
          Returns the GUIModule's name
 boolean loadAtStartup()
          Should the module be loaded at startup ? (For the Module to be properly loaded at startup, it should be added to the database before the GUI is launched)
 
Methods inherited from class be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.AbstractGUIModule
initialize, isUnloadable, terminate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UninaModule

public UninaModule()
Method Detail

getMenu

public javax.swing.JMenu getMenu()
The method should return the menu you want to add to the gui

Returns:

loadAtStartup

public boolean loadAtStartup()
Should the module be loaded at startup ? (For the Module to be properly loaded at startup, it should be added to the database before the GUI is launched)

Specified by:
loadAtStartup in interface GUIModule
Overrides:
loadAtStartup in class AbstractGUIModule
Returns:
true if the GUIModule must be loaded at startup, else false

getName

public java.lang.String getName()
Returns the GUIModule's name

Returns:
the GUIModule's name


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.