Uses of Class
com.sun.electric.tool.user.ErrorHighlight

Packages that use ErrorHighlight
com.sun.electric.tool.user Package for handling the user-interface tool. 
 

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

Fields in com.sun.electric.tool.user declared as ErrorHighlight
static ErrorHighlight[] ErrorHighlight.NULL_ARRAY
           
 

Methods in com.sun.electric.tool.user that return ErrorHighlight
static ErrorHighlight ErrorHighlight.newInstance(Cell cell, java.awt.geom.Point2D pt)
           
static ErrorHighlight ErrorHighlight.newInstance(Cell cell, java.awt.geom.Point2D p1, java.awt.geom.Point2D p2)
           
static ErrorHighlight ErrorHighlight.newInstance(Export e)
           
static ErrorHighlight ErrorHighlight.newInstance(VarContext cont, Geometric geom)
           
 

Methods in com.sun.electric.tool.user that return types with arguments of type ErrorHighlight
 java.util.Iterator<ErrorHighlight> ErrorLogger.MessageLog.getHighlights()
           
 

Constructor parameters in com.sun.electric.tool.user with type arguments of type ErrorHighlight
ErrorLogger.MessageLog(java.lang.String message, CellId logCellId, int sortKey, java.util.List<ErrorHighlight> highlights)
           
ErrorLogger.MessageLog(java.lang.String message, Cell cell, int sortKey, java.util.List<ErrorHighlight> highlights)
           
ErrorLogger.WarningLog(java.lang.String message, CellId cellId, int sortKey, java.util.List<ErrorHighlight> highlights)
           
ErrorLogger.WarningLog(java.lang.String message, Cell cell, int sortKey, java.util.List<ErrorHighlight> highlights)