Class DisplayModuleAdder

java.lang.Object
   |
   +----java.util.VectorIterator
           |
           +----ModuleStoreIterator
                   |
                   +----DisplayModuleAdder

class DisplayModuleAdder
extends ModuleStoreIterator
A ModuleStoreIterator that adds all Modules to a DisplayNetwork (the graphical view on the Network).

Version:
$Revision: 1.2 $

Variable Index

 o displayNetwork
The DisplayNetwork the Modules will be added to.

Constructor Index

 o DisplayModuleAdder(DisplayNetwork)

Method Index

 o action(Module)

Variables

 o displayNetwork
 private DisplayNetwork displayNetwork
The DisplayNetwork the Modules will be added to.

Constructors

 o DisplayModuleAdder
 DisplayModuleAdder(DisplayNetwork n)
Parameters:
n - the DisplayNetwork the Modules will be added to.

Methods

 o action
 public void action(Module m)
Overrides:
action in class ModuleStoreIterator