com.sun.electric.tool.user.menus
Class CellMenu

java.lang.Object
  extended by com.sun.electric.tool.user.menus.CellMenu

public class CellMenu
extends java.lang.Object

Class to handle the commands in the "Cell" pulldown menu.


Nested Class Summary
static class CellMenu.DeleteMultiPageJob
          Class to delete a page from a multi-page schematic.
static class CellMenu.SetMultiPageJob
          Class to set a cell to be multi-page with a given page count.
 
Constructor Summary
CellMenu()
           
 
Method Summary
static void cellBrowserCommand(CellBrowser.DoAction action)
           
static void duplicateCell(Cell cell, boolean allInGroup)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellMenu

public CellMenu()
Method Detail

cellBrowserCommand

public static void cellBrowserCommand(CellBrowser.DoAction action)

duplicateCell

public static void duplicateCell(Cell cell,
                                 boolean allInGroup)