be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.trafficMatrixGeneration
Class TrafficMatrixGenerationGUIModule

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.AbstractGUIModule
      extended by be.ac.ulg.montefiore.run.totem.visualtopo.guiModules.trafficMatrixGeneration.TrafficMatrixGenerationGUIModule
All Implemented Interfaces:
InterDomainManagerListener, GUIModule

public class TrafficMatrixGenerationGUIModule
extends AbstractGUIModule
implements InterDomainManagerListener

Creation date: 26/06/2007

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

Constructor Summary
TrafficMatrixGenerationGUIModule()
           
 
Method Summary
 void addDomainEvent(Domain domain)
          A new domain added.
 void changeDefaultDomainEvent(Domain domain)
          The default domain has changed for the specified domain.
 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
 void initialize()
          Do nothing.
 boolean isUnloadable()
          is the module UnLoadable ??
 boolean loadAtStartup()
          Should the Module be loaded at GUI startup ?
 void removeDomainEvent(Domain domain)
          A domain removed.
 void terminate()
          Do nothing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrafficMatrixGenerationGUIModule

public TrafficMatrixGenerationGUIModule()
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

Specified by:
getMenu in interface GUIModule
Returns:

isUnloadable

public boolean isUnloadable()
Description copied from class: AbstractGUIModule
is the module UnLoadable ??

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

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

getName

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

Specified by:
getName in interface GUIModule
Returns:
the GUIModule's name

initialize

public void initialize()
Description copied from class: AbstractGUIModule
Do nothing. Override this method to execute any action that should be done when the module is loading

Specified by:
initialize in interface GUIModule
Overrides:
initialize in class AbstractGUIModule

terminate

public void terminate()
Description copied from class: AbstractGUIModule
Do nothing. Override this method to execute any action that should be done when the module is unloading

Specified by:
terminate in interface GUIModule
Overrides:
terminate in class AbstractGUIModule

addDomainEvent

public void addDomainEvent(Domain domain)
Description copied from interface: InterDomainManagerListener
A new domain added.

Specified by:
addDomainEvent in interface InterDomainManagerListener
Parameters:
domain - The new domain.

removeDomainEvent

public void removeDomainEvent(Domain domain)
Description copied from interface: InterDomainManagerListener
A domain removed.

Specified by:
removeDomainEvent in interface InterDomainManagerListener
Parameters:
domain - A reference to the domain removed.

changeDefaultDomainEvent

public void changeDefaultDomainEvent(Domain domain)
Description copied from interface: InterDomainManagerListener
The default domain has changed for the specified domain.

Specified by:
changeDefaultDomainEvent in interface InterDomainManagerListener
Parameters:
domain - the new default domain.


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