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 classRSyntaxDocumentThe 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 RDocumentRDocumentCharSequence. docConstructors in org.fife.ui.rtextarea with parameters of type RDocument Constructor Description RDocumentCharSequence(RDocument doc, int start)Creates aCharSequencerepresenting the text in a document from the specified offset to the end of that document.RDocumentCharSequence(RDocument doc, int start, int end)Constructor.
-