Uses of Class
com.sun.electric.tool.user.ErrorLogger.MessageLog

Packages that use ErrorLogger.MessageLog
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   
 

Uses of ErrorLogger.MessageLog in com.sun.electric
 

Methods in com.sun.electric with parameters of type ErrorLogger.MessageLog
 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.
 

Uses of ErrorLogger.MessageLog in com.sun.electric.database.variable
 

Methods in com.sun.electric.database.variable with parameters of type ErrorLogger.MessageLog
 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.
 

Uses of ErrorLogger.MessageLog in com.sun.electric.tool
 

Methods in com.sun.electric.tool with parameters of type ErrorLogger.MessageLog
 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.
 

Method parameters in com.sun.electric.tool with type arguments of type ErrorLogger.MessageLog
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)
           
 

Uses of ErrorLogger.MessageLog in com.sun.electric.tool.user
 

Subclasses of ErrorLogger.MessageLog in com.sun.electric.tool.user
static class ErrorLogger.WarningLog
          Create a Log of a single warning.
 

Methods in com.sun.electric.tool.user that return ErrorLogger.MessageLog
 ErrorLogger.MessageLog ErrorLogger.getLog(int i)
           
 

Methods in com.sun.electric.tool.user that return types with arguments of type ErrorLogger.MessageLog
 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.
 

Methods in com.sun.electric.tool.user with parameters of type ErrorLogger.MessageLog
 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.
 

Method parameters in com.sun.electric.tool.user with type arguments of type ErrorLogger.MessageLog
 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)
           
 

Uses of ErrorLogger.MessageLog in com.sun.electric.tool.user.ui
 

Method parameters in com.sun.electric.tool.user.ui with type arguments of type ErrorLogger.MessageLog
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)