Uses of Interface
com.sun.electric.database.variable.EditWindow_

Packages that use EditWindow_
com.sun.electric.database.variable Package for handling variables. 
com.sun.electric.tool.io.output   
com.sun.electric.tool.ncc.basic   
com.sun.electric.tool.user Package for handling the user-interface tool. 
com.sun.electric.tool.user.dialogs   
com.sun.electric.tool.user.ui   
 

Uses of EditWindow_ in com.sun.electric.database.variable
 

Methods in com.sun.electric.database.variable that return EditWindow_
 EditWindow_ UserInterface.displayCell(Cell cell)
          Method to request that a Cell be displayed in a new window.
 EditWindow_ UserInterface.getCurrentEditWindow_()
          Method to return the current "EditWindow_" object.
 EditWindow_ UserInterface.needCurrentEditWindow_()
          Method to demand the current "EditWindow_" object.
 

Uses of EditWindow_ in com.sun.electric.tool.io.output
 

Methods in com.sun.electric.tool.io.output with parameters of type EditWindow_
static java.awt.geom.Rectangle2D Output.getAreaToPrint(Cell cell, boolean reduce, EditWindow_ wnd)
          Method to determine the area of a cell that is to be printed.
 

Uses of EditWindow_ in com.sun.electric.tool.ncc.basic
 

Methods in com.sun.electric.tool.ncc.basic with parameters of type EditWindow_
static CellContext NccUtils.getCellContext(EditWindow_ wnd)
           
 

Uses of EditWindow_ in com.sun.electric.tool.user
 

Methods in com.sun.electric.tool.user that return EditWindow_
 EditWindow_ UserInterfaceMain.displayCell(Cell cell)
           
 EditWindow_ UserInterfaceMain.getCurrentEditWindow_()
           
 EditWindow_ UserInterfaceMain.needCurrentEditWindow_()
           
 

Uses of EditWindow_ in com.sun.electric.tool.user.dialogs
 

Methods in com.sun.electric.tool.user.dialogs with parameters of type EditWindow_
static java.lang.String PromptAt.showPromptAt(EditWindow_ wnd, NodeInst ni, java.lang.String title, PromptAt.Field[] fields)
          Method to invoke a custom dialog centered at a point in the circuit.
static java.lang.String PromptAt.showPromptAt(EditWindow_ wnd, NodeInst ni, java.lang.String title, PromptAt.Field[][] fields)
          Method to invoke a custom dialog centered at a point in the circuit.
static boolean PromptAt.showPromptAt(EditWindow_ wnd, NodeInst ni, java.lang.String title, java.lang.String label, boolean initial)
          Method to invoke a "yes/no" dialog centered at a point in the circuit.
static java.lang.String PromptAt.showPromptAt(EditWindow_ wnd, NodeInst ni, java.lang.String title, java.lang.String label, java.lang.String initial)
          Method to invoke an input dialog centered at a point in the circuit.
static java.lang.String PromptAt.showPromptAt(EditWindow_ wnd, NodeInst ni, java.lang.String title, java.lang.String label, java.lang.String initial, java.lang.String[] choices)
          Method to invoke a popup dialog centered at a point in the circuit.
 

Uses of EditWindow_ in com.sun.electric.tool.user.ui
 

Classes in com.sun.electric.tool.user.ui that implement EditWindow_
 class EditWindow
          This class defines an editing window for displaying circuitry.