Uses of Class
org.fife.ui.rtextarea.RTextAreaUI
Packages that use RTextAreaUI
Package
Description
A syntax-highlighting text editor.
A single-font text editor with many custom features.
-
Uses of RTextAreaUI in org.fife.ui.rsyntaxtextarea
Subclasses of RTextAreaUI in org.fife.ui.rsyntaxtextareaMethods in org.fife.ui.rsyntaxtextarea that return RTextAreaUIModifier and TypeMethodDescriptionprotected RTextAreaUI
RSyntaxTextArea.createRTextAreaUI()
Returns a real UI to install on this text area. -
Uses of RTextAreaUI in org.fife.ui.rtextarea
Methods in org.fife.ui.rtextarea that return RTextAreaUIModifier and TypeMethodDescriptionprotected RTextAreaUI
RTextArea.createRTextAreaUI()
Returns a real UI to install on this text area.protected abstract RTextAreaUI
RTextAreaBase.createRTextAreaUI()
Returns a real UI to install on this text component.Methods in org.fife.ui.rtextarea with parameters of type RTextAreaUIModifier and TypeMethodDescriptionprotected void
RTextAreaBase.setRTextAreaUI
(RTextAreaUI ui) Sets the UI for thisRTextArea
.