Uses of Class
com.sun.electric.tool.user.dialogs.CellBrowser.DoAction

Packages that use CellBrowser.DoAction
com.sun.electric.tool.user.dialogs   
com.sun.electric.tool.user.menus   
 

Uses of CellBrowser.DoAction in com.sun.electric.tool.user.dialogs
 

Fields in com.sun.electric.tool.user.dialogs declared as CellBrowser.DoAction
static CellBrowser.DoAction CellBrowser.DoAction.deleteCell
           
static CellBrowser.DoAction CellBrowser.DoAction.duplicateCell
           
static CellBrowser.DoAction CellBrowser.DoAction.editCell
           
static CellBrowser.DoAction CellBrowser.DoAction.newInstance
           
static CellBrowser.DoAction CellBrowser.DoAction.renameCell
           
static CellBrowser.DoAction CellBrowser.DoAction.selectCellToAssoc
           
static CellBrowser.DoAction CellBrowser.DoAction.selectCellToCopy
           
 

Constructors in com.sun.electric.tool.user.dialogs with parameters of type CellBrowser.DoAction
CellBrowser(java.awt.Frame parent, boolean modal, CellBrowser.DoAction action)
          Creates new form CellBrowser
 

Uses of CellBrowser.DoAction in com.sun.electric.tool.user.menus
 

Methods in com.sun.electric.tool.user.menus with parameters of type CellBrowser.DoAction
static void CellMenu.cellBrowserCommand(CellBrowser.DoAction action)