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.user |
Package for handling the user-interface tool.
|
com.sun.electric.tool.user.ui |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Main.UserInterfaceDummy.reportLog(ErrorLogger.MessageLog log,
boolean showhigh,
Geometric[] gPair,
int position)
Method to return the error message associated with the current error.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
UserInterface.reportLog(ErrorLogger.MessageLog log,
boolean showhigh,
Geometric[] gPair,
int position)
Method to return the error message associated with the current error.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
UserInterfaceExec.reportLog(ErrorLogger.MessageLog log,
boolean showhigh,
Geometric[] gPair,
int position)
Method to return the error message associated with the current error.
|
Modifier and Type | Method and Description |
---|---|
static void |
Job.updateIncrementalDRCErrors(Cell cell,
java.util.List<ErrorLogger.MessageLog> newErrors,
java.util.List<ErrorLogger.MessageLog> delErrors) |
static void |
Job.updateIncrementalDRCErrors(Cell cell,
java.util.List<ErrorLogger.MessageLog> newErrors,
java.util.List<ErrorLogger.MessageLog> delErrors) |
protected void |
AbstractUserInterface.updateIncrementalDRCErrors(Cell cell,
java.util.List<ErrorLogger.MessageLog> newErrors,
java.util.List<ErrorLogger.MessageLog> delErrors) |
protected void |
AbstractUserInterface.updateIncrementalDRCErrors(Cell cell,
java.util.List<ErrorLogger.MessageLog> newErrors,
java.util.List<ErrorLogger.MessageLog> delErrors) |
static void |
Job.updateNetworkErrors(Cell cell,
java.util.List<ErrorLogger.MessageLog> errors) |
protected void |
AbstractUserInterface.updateNetworkErrors(Cell cell,
java.util.List<ErrorLogger.MessageLog> errors) |
Modifier and Type | Class and Description |
---|---|
static class |
ErrorLogger.WarningLog
Create a Log of a single warning.
|
Modifier and Type | Method and Description |
---|---|
ErrorLogger.MessageLog |
ErrorLogger.getLog(int i) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ErrorLogger.MessageLog> |
ErrorLogger.getAllLogs(Cell cell)
Method to retrieve all MessageLogs associated with a given Cell
|
java.util.Iterator<ErrorLogger.MessageLog> |
ErrorLogger.getLogs()
Method to list all logged errors and warnings.
|
Modifier and Type | Method and Description |
---|---|
int |
ErrorLogger.MessageLog.compareTo(ErrorLogger.MessageLog log1)
Compare objects lexicographically based on string comparator CASE_INSENSITIVE_ORDER
This method doesn't guarantee (compare(x, y)==0) == (x.equals(y))
|
int |
ErrorLogger.getLogIndex(ErrorLogger.MessageLog log) |
java.lang.String |
UserInterfaceMain.reportLog(ErrorLogger.MessageLog log,
boolean showhigh,
Geometric[] gPair,
int position)
Method to return the error message associated with the current error.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorLogger.addMessages(java.util.List<ErrorLogger.MessageLog> messages) |
void |
ErrorLogger.deleteMessages(java.util.List<ErrorLogger.MessageLog> messages) |
void |
UserInterfaceMain.updateIncrementalDRCErrors(Cell cell,
java.util.List<ErrorLogger.MessageLog> newErrors,
java.util.List<ErrorLogger.MessageLog> delErrors) |
void |
UserInterfaceMain.updateIncrementalDRCErrors(Cell cell,
java.util.List<ErrorLogger.MessageLog> newErrors,
java.util.List<ErrorLogger.MessageLog> delErrors) |
void |
UserInterfaceMain.updateNetworkErrors(Cell cell,
java.util.List<ErrorLogger.MessageLog> errors) |
Modifier and Type | Method and Description |
---|---|
static void |
ErrorLoggerTree.updateDrcErrors(Cell cell,
java.util.List<ErrorLogger.MessageLog> newErrors,
java.util.List<ErrorLogger.MessageLog> delErrors) |
static void |
ErrorLoggerTree.updateDrcErrors(Cell cell,
java.util.List<ErrorLogger.MessageLog> newErrors,
java.util.List<ErrorLogger.MessageLog> delErrors) |
static void |
ErrorLoggerTree.updateNetworkErrors(Cell cell,
java.util.List<ErrorLogger.MessageLog> errors) |