Package com.formdev.flatlaf.themeeditor
Class FlatRSyntaxTextAreaUI
- java.lang.Object
-
- javax.swing.plaf.ComponentUI
-
- javax.swing.plaf.TextUI
-
- javax.swing.plaf.basic.BasicTextUI
-
- javax.swing.plaf.basic.BasicTextAreaUI
-
- org.fife.ui.rtextarea.RTextAreaUI
-
- org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaUI
-
- com.formdev.flatlaf.themeeditor.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
-
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
-
-
-
-
Method Detail
-
createCaret
protected javax.swing.text.Caret createCaret()
- Overrides:
createCaret
in classorg.fife.ui.rtextarea.RTextAreaUI
-
paintCurrentLineHighlight
protected void paintCurrentLineHighlight(java.awt.Graphics g, java.awt.Rectangle visibleRect)
- Overrides:
paintCurrentLineHighlight
in classorg.fife.ui.rtextarea.RTextAreaUI
-
-