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 RTextAreaUIRSyntaxTextArea.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 RTextAreaUIRTextArea.createRTextAreaUI()Returns a real UI to install on this text area.protected abstract RTextAreaUIRTextAreaBase.createRTextAreaUI()Returns a real UI to install on this text component.Methods in org.fife.ui.rtextarea with parameters of type RTextAreaUIModifier and TypeMethodDescriptionprotected voidRTextAreaBase.setRTextAreaUI(RTextAreaUI ui) Sets the UI for thisRTextArea.