Uses of Class
org.fife.ui.rtextarea.RTextAreaUI

Packages that use RTextAreaUI
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
 class RSyntaxTextAreaUI
          UI used by RSyntaxTextArea.
 

Methods in org.fife.ui.rsyntaxtextarea that return RTextAreaUI
protected  RTextAreaUI RSyntaxTextArea.createRTextAreaUI()
          Returns the 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
protected abstract  RTextAreaUI RTextAreaBase.createRTextAreaUI()
          Returns the a real UI to install on this text component.
protected  RTextAreaUI RTextArea.createRTextAreaUI()
          Returns the a real UI to install on this text area.
 

Methods in org.fife.ui.rtextarea with parameters of type RTextAreaUI
protected  void RTextAreaBase.setRTextAreaUI(RTextAreaUI ui)
          Sets the UI for this RTextArea.
 



Copyright © 2003–2014. All rights reserved.