qinterface
Class CircuitCreationInterface

java.lang.Object
  extended by qinterface.CircuitCreationInterface
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class CircuitCreationInterface
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
(package private)  Quark2.Simulation SZ
           
(package private)  Quark2.Views.GateContainerView V
           
 
Constructor Summary
CircuitCreationInterface(Quark2.Simulation SZ, java.awt.MenuBar mb, Quark2.Views.GateContainerView V)
          ContainerMenuCare constructor comment.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

V

Quark2.Views.GateContainerView V

SZ

Quark2.Simulation SZ
Constructor Detail

CircuitCreationInterface

public CircuitCreationInterface(Quark2.Simulation SZ,
                                java.awt.MenuBar mb,
                                Quark2.Views.GateContainerView V)
ContainerMenuCare constructor comment.

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Insert the method's description here. Creation date: (15.01.2001 17:37:51)

Specified by:
actionPerformed in interface java.awt.event.ActionListener