com.sun.electric.tool.user.menus
Class FileMenu.CreateCellWindow

java.lang.Object
  extended by com.sun.electric.tool.user.menus.FileMenu.CreateCellWindow
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
FileMenu

public static class FileMenu.CreateCellWindow
extends java.lang.Object
implements java.lang.Runnable

Class to display a new window.


Constructor Summary
FileMenu.CreateCellWindow(Cell cell)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileMenu.CreateCellWindow

public FileMenu.CreateCellWindow(Cell cell)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable