Package edu.umd.cs.findbugs.sourceViewer
Class NumberedViewFactory
- java.lang.Object
-
- edu.umd.cs.findbugs.sourceViewer.NumberedViewFactory
-
- All Implemented Interfaces:
javax.swing.text.ViewFactory
class NumberedViewFactory extends java.lang.Object implements javax.swing.text.ViewFactory
-
-
Field Summary
Fields Modifier and Type Field Description (package private) HighlightInformation
highlight
-
Constructor Summary
Constructors Constructor Description NumberedViewFactory(HighlightInformation highlight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.text.View
create(javax.swing.text.Element elem)
-
-
-
Field Detail
-
highlight
final HighlightInformation highlight
-
-
Constructor Detail
-
NumberedViewFactory
public NumberedViewFactory(HighlightInformation highlight)
-
-