be.ac.ucl.ingi.totem.repository.guiComponents
Class CBGPManager

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.AbstractGUIModule
      extended by be.ac.ucl.ingi.totem.repository.guiComponents.CBGPManager
All Implemented Interfaces:
GUIModule

public class CBGPManager
extends AbstractGUIModule

TODO: translate comments and JavaDoc

Author:
Thomas Vanstals

Constructor Summary
CBGPManager()
           
 
Method Summary
 javax.swing.JMenu getMenu()
          returns the menu for this module
 java.lang.String getName()
          This method returns the module name ("CBGP")
 boolean loadAtStartup()
          Should the Module be loaded at GUI startup ? yes
 void takeSnapshot(java.lang.String comment)
          cette methode se charge d'effectuer un enregistrement des donnĂ©es C-BGP et ensuite de rafraichir le menu
 
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

CBGPManager

public CBGPManager()
Method Detail

loadAtStartup

public boolean loadAtStartup()
Should the Module be loaded at GUI startup ? yes

Specified by:
loadAtStartup in interface GUIModule
Overrides:
loadAtStartup in class AbstractGUIModule
Returns:
true

getName

public java.lang.String getName()
This method returns the module name ("CBGP")

Returns:
the module name

getMenu

public javax.swing.JMenu getMenu()
returns the menu for this module

Returns:
the menu for this module

takeSnapshot

public void takeSnapshot(java.lang.String comment)
cette methode se charge d'effectuer un enregistrement des données C-BGP et ensuite de rafraichir le menu

Parameters:
comment - un commentaire identifier le snapshot


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