be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.topEdit
Class TopEditGUIModule

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

public class TopEditGUIModule
extends AbstractGUIModule

Module for topology edition.

Creation date: Mar 20, 2007

Author:
Georges Nimubona (nimubonageorges@hotmail.com)

Constructor Summary
TopEditGUIModule()
           
 
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 GUI startup ?
 
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

TopEditGUIModule

public TopEditGUIModule()
Method Detail

getMenu

public javax.swing.JMenu getMenu()
Description copied from interface: GUIModule
The method should return the menu you want to add to the gui

Returns:

getName

public java.lang.String getName()
Description copied from interface: GUIModule
Returns the GUIModule's name

Returns:
the GUIModule's name

loadAtStartup

public boolean loadAtStartup()
Description copied from class: AbstractGUIModule
Should the Module be loaded at GUI startup ?

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


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