com.sun.electric.tool.user.ui
Class WindowFrame.CurTechControlListener

java.lang.Object
  extended by com.sun.electric.tool.user.ui.WindowFrame.CurTechControlListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
WindowFrame

public static class WindowFrame.CurTechControlListener
extends java.lang.Object
implements java.awt.event.ActionListener

Class to handle changes the "Technology" selection of either the Layer tab or the Component tab of the side bar.


Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Specified by:
actionPerformed in interface java.awt.event.ActionListener