Uses of Class
org.fife.ui.rtextarea.RDocument
Packages that use RDocument
Package
Description
A syntax-highlighting text editor.
A single-font text editor with many custom features.
-
Uses of RDocument in org.fife.ui.rsyntaxtextarea
Subclasses of RDocument in org.fife.ui.rsyntaxtextarea -
Uses of RDocument in org.fife.ui.rtextarea
Fields in org.fife.ui.rtextarea declared as RDocumentConstructors in org.fife.ui.rtextarea with parameters of type RDocumentModifierConstructorDescription(package private)
RDocumentCharSequence
(RDocument doc, int start) Creates aCharSequence
representing the text in a document from the specified offset to the end of that document.(package private)
RDocumentCharSequence
(RDocument doc, int start, int end) Constructor.