Uses of Class
org.fife.ui.rtextarea.LineNumberList
-
Packages that use LineNumberList Package Description org.fife.ui.rtextarea A single-font text editor with many custom features. -
-
Uses of LineNumberList in org.fife.ui.rtextarea
Fields in org.fife.ui.rtextarea declared as LineNumberList Modifier and Type Field Description private LineNumberList
Gutter. lineNumberList
Renders line numbers.Methods in org.fife.ui.rtextarea that return LineNumberList Modifier and Type Method Description LineNumberList
RTextAreaEditorKit. createLineNumberList(RTextArea textArea)
Creates a line number list to use in the gutter for a text area.
-