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 $
-
displayNetwork
- The DisplayNetwork the Modules will be added to.
-
DisplayModuleAdder(DisplayNetwork)
-
-
action(Module)
-
displayNetwork
private DisplayNetwork displayNetwork
- The DisplayNetwork the Modules will be added to.
DisplayModuleAdder
DisplayModuleAdder(DisplayNetwork n)
- Parameters:
- n - the DisplayNetwork the Modules will be added to.
action
public void action(Module m)
- Overrides:
- action in class ModuleStoreIterator