Uses of Class
org.fife.ui.rtextarea.RTextAreaUI
-
Packages that use RTextAreaUI 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 RTextAreaUI in org.fife.ui.rsyntaxtextarea
Subclasses of RTextAreaUI in org.fife.ui.rsyntaxtextarea Modifier and Type Class Description class
RSyntaxTextAreaUI
UI used byRSyntaxTextArea
.Methods in org.fife.ui.rsyntaxtextarea that return RTextAreaUI Modifier and Type Method Description protected 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 RTextAreaUI Modifier and Type Method Description protected 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 RTextAreaUI Modifier and Type Method Description protected void
RTextAreaBase. setRTextAreaUI(RTextAreaUI ui)
Sets the UI for thisRTextArea
.
-