Creation date: 26/06/2007
- Author:
- Gaƫl Monfort (monfort@run.montefiore.ulg.ac.be)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrafficMatrixGenerationGUIModule
public TrafficMatrixGenerationGUIModule()
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.