public class JavaSourceDocument
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static JavaSourceDocument |
UNKNOWNSOURCE |
Constructor and Description |
---|
JavaSourceDocument(java.lang.String title,
java.io.Reader in,
SourceFile theSource) |
Modifier and Type | Method and Description |
---|---|
javax.swing.text.StyledDocument |
getDocument() |
edu.umd.cs.findbugs.sourceViewer.NumberedEditorKit |
getEditorKit() |
HighlightInformation |
getHighlightInformation() |
SourceFile |
getSourceFile() |
java.lang.String |
getTitle() |
public static final JavaSourceDocument UNKNOWNSOURCE
public JavaSourceDocument(java.lang.String title, java.io.Reader in, SourceFile theSource) throws java.io.IOException
java.io.IOException
public HighlightInformation getHighlightInformation()
public javax.swing.text.StyledDocument getDocument()
public edu.umd.cs.findbugs.sourceViewer.NumberedEditorKit getEditorKit()
public java.lang.String getTitle()
public SourceFile getSourceFile()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.