Package | Description |
---|---|
com.sun.electric |
Package for all of Electric.
|
com.sun.electric.database.variable |
Package for handling variables.
|
com.sun.electric.tool |
Package for all synthesis and analysis tools.
|
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 |
Modifier and Type | Method and Description |
---|---|
EditWindow_ |
Main.UserInterfaceDummy.displayCell(Cell cell) |
EditWindow_ |
Main.UserInterfaceDummy.getCurrentEditWindow_() |
EditWindow_ |
Main.UserInterfaceDummy.needCurrentEditWindow_() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
EditWindow_ |
UserInterfaceExec.displayCell(Cell cell)
Method to request that a Cell be displayed in a new window.
|
EditWindow_ |
UserInterfaceExec.getCurrentEditWindow_()
Method to return the current "EditWindow_" object.
|
EditWindow_ |
UserInterfaceExec.needCurrentEditWindow_()
Method to demand the current "EditWindow_" object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static CellContext |
NccUtils.getCellContext(EditWindow_ wnd) |
Modifier and Type | Method and Description |
---|---|
EditWindow_ |
UserInterfaceMain.displayCell(Cell cell) |
EditWindow_ |
UserInterfaceMain.getCurrentEditWindow_() |
EditWindow_ |
UserInterfaceMain.needCurrentEditWindow_() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
EditWindow
This class defines an editing window for displaying circuitry.
|