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 classRSyntaxTextAreaUIUI used byRSyntaxTextArea.Methods in org.fife.ui.rsyntaxtextarea that return RTextAreaUI Modifier and Type Method Description protected 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 RTextAreaUI Modifier and Type Method Description protected 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 RTextAreaUI Modifier and Type Method Description protected voidRTextAreaBase. setRTextAreaUI(RTextAreaUI ui)Sets the UI for thisRTextArea.
-