-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
bugSummaryComponent
public Component bugSummaryComponent(String str,
BugInstance bug)
Creates bug summary component. If obj is a string will create a JLabel
with that string as it's text and return it. If obj is an annotation will
return a JLabel with the annotation's toString(). If that annotation is a
SourceLineAnnotation or has a SourceLineAnnotation connected to it and
the source file is available will attach a listener to the label.
Copyright © 2003–2015. All rights reserved.