Uses of Class
org.fife.ui.rtextarea.RDocument
-
Packages that use RDocument Package Description org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor.org.fife.ui.rtextarea 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 Modifier and Type Class Description class
RSyntaxDocument
The document used byRSyntaxTextArea
. -
Uses of RDocument in org.fife.ui.rtextarea
Fields in org.fife.ui.rtextarea declared as RDocument Modifier and Type Field Description private RDocument
RDocumentCharSequence. doc
Constructors in org.fife.ui.rtextarea with parameters of type RDocument Constructor Description RDocumentCharSequence(RDocument doc, int start)
Creates aCharSequence
representing the text in a document from the specified offset to the end of that document.RDocumentCharSequence(RDocument doc, int start, int end)
Constructor.
-