Class FlatRSyntaxTextAreaUI

  • All Implemented Interfaces:
    javax.swing.text.ViewFactory

    class FlatRSyntaxTextAreaUI
    extends org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaUI
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      private static class  FlatRSyntaxTextAreaUI.FlatConfigurableCaret  
      • Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicTextUI

        javax.swing.plaf.basic.BasicTextUI.BasicCaret, javax.swing.plaf.basic.BasicTextUI.BasicHighlighter
    • Field Summary

      • Fields inherited from class org.fife.ui.rtextarea.RTextAreaUI

        textArea
    • Constructor Summary

      Constructors 
      Constructor Description
      FlatRSyntaxTextAreaUI​(javax.swing.JComponent rSyntaxTextArea)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected javax.swing.text.Caret createCaret()  
      protected void paintCurrentLineHighlight​(java.awt.Graphics g, java.awt.Rectangle visibleRect)  
      • Methods inherited from class org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaUI

        create, createHighlighter, createUI, getActionMapName, getEditorKit, getRTextAreaInputMap, paintEditorAugmentations, paintMatchedBracket, paintMatchedBracketImpl, propertyChange, refreshSyntaxHighlighting, yForLine, yForLineContaining
      • Methods inherited from class org.fife.ui.rtextarea.RTextAreaUI

        createKeymap, createRTextAreaActionMap, getRTextArea, getVisibleEditorRect, installDefaults, installKeyboardActions, installUI, paintBackground, paintLineHighlights, paintMarginLine, paintSafely
      • Methods inherited from class javax.swing.plaf.basic.BasicTextAreaUI

        getBaseline, getBaselineResizeBehavior, getMinimumSize, getPreferredSize, getPropertyPrefix
      • Methods inherited from class javax.swing.plaf.basic.BasicTextUI

        create, damageRange, damageRange, getComponent, getKeymapName, getMaximumSize, getNextVisualPositionFrom, getRootView, getToolTipText, installListeners, modelChanged, modelToView, modelToView, modelToView2D, paint, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, viewToModel, viewToModel, viewToModel2D
      • Methods inherited from class javax.swing.plaf.TextUI

        getToolTipText2D
      • Methods inherited from class javax.swing.plaf.ComponentUI

        contains, getAccessibleChild, getAccessibleChildrenCount
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlatRSyntaxTextAreaUI

        FlatRSyntaxTextAreaUI​(javax.swing.JComponent rSyntaxTextArea)
    • Method Detail

      • createCaret

        protected javax.swing.text.Caret createCaret()
        Overrides:
        createCaret in class org.fife.ui.rtextarea.RTextAreaUI
      • paintCurrentLineHighlight

        protected void paintCurrentLineHighlight​(java.awt.Graphics g,
                                                 java.awt.Rectangle visibleRect)
        Overrides:
        paintCurrentLineHighlight in class org.fife.ui.rtextarea.RTextAreaUI