|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.user.ui.ErrorLoggerTree
public class ErrorLoggerTree
Class to define a collection of highlighted errors in the Explorer tree.
Nested Class Summary | |
---|---|
static class |
ErrorLoggerTree.ErrorLoggerDefaultMutableTreeNode
|
static class |
ErrorLoggerTree.ErrorLoggerTreeNode
|
Constructor Summary | |
---|---|
ErrorLoggerTree()
|
Method Summary | |
---|---|
static void |
addLogger(ErrorLogger logger,
boolean explain,
boolean terminate)
|
static void |
deleteAllLoggers()
|
static javax.swing.tree.DefaultMutableTreeNode |
getExplorerTree()
|
static javax.swing.JPopupMenu |
getPopupMenu(ErrorLoggerTree.ErrorLoggerTreeNode log)
A static object is used so that its open/closed tree state can be maintained. |
static boolean |
hasLogger(ErrorLogger logger)
|
static void |
importLogger()
|
static java.lang.String |
reportNextMessage()
Method to advance to the next error and report it. |
static java.lang.String |
reportPrevMessage()
Method to back up to the previous error and report it. |
static void |
showCurrentErrors()
Method to show the current collection of errors. |
static void |
updateDrcErrors(Cell cell,
java.util.List<ErrorLogger.MessageLog> newErrors,
java.util.List<ErrorLogger.MessageLog> delErrors)
|
static void |
updateNetworkErrors(Cell cell,
java.util.List<ErrorLogger.MessageLog> errors)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ErrorLoggerTree()
Method Detail |
---|
public static boolean hasLogger(ErrorLogger logger)
public static void addLogger(ErrorLogger logger, boolean explain, boolean terminate)
public static void updateNetworkErrors(Cell cell, java.util.List<ErrorLogger.MessageLog> errors)
public static void updateDrcErrors(Cell cell, java.util.List<ErrorLogger.MessageLog> newErrors, java.util.List<ErrorLogger.MessageLog> delErrors)
public static javax.swing.tree.DefaultMutableTreeNode getExplorerTree()
public static java.lang.String reportNextMessage()
public static java.lang.String reportPrevMessage()
public static void showCurrentErrors()
public static javax.swing.JPopupMenu getPopupMenu(ErrorLoggerTree.ErrorLoggerTreeNode log)
public static void importLogger()
public static void deleteAllLoggers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |