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

Packages that use RTextAreaBase
org.fife.ui.rsyntaxtextarea A syntax-highlighting text editor. 
org.fife.ui.rtextarea A single-font text editor with many custom features. 
 

Uses of RTextAreaBase in org.fife.ui.rsyntaxtextarea
 

Subclasses of RTextAreaBase in org.fife.ui.rsyntaxtextarea
 class RSyntaxTextArea
          An extension of RTextArea that adds syntax highlighting of certain programming languages to its list of features.
 class TextEditorPane
          An extension of RSyntaxTextArea that adds information about the file being edited, such as: Its name and location.
 

Uses of RTextAreaBase in org.fife.ui.rtextarea
 

Subclasses of RTextAreaBase in org.fife.ui.rtextarea
 class RTextArea
          An extension of JTextArea that adds the following features: Insert/Overwrite modes (can be toggled via the Insert key) A right-click popup menu with standard editing options Macro support "Mark all" functionality.
 

Methods in org.fife.ui.rtextarea that return RTextAreaBase
 RTextAreaBase ImageBackgroundPainterStrategy.getRTextAreaBase()
          Returns the text area using this strategy.
 

Constructors in org.fife.ui.rtextarea with parameters of type RTextAreaBase
BufferedImageBackgroundPainterStrategy(RTextAreaBase ta)
          Constructor.
ImageBackgroundPainterStrategy(RTextAreaBase textArea)
          Constructor.
VolatileImageBackgroundPainterStrategy(RTextAreaBase ta)
          Constructor.
 



Copyright © 2003–2014. All rights reserved.