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:
ViewFactory
class FlatRSyntaxTextAreaUI
extends org.fife.ui.rsyntaxtextarea.RSyntaxTextAreaUI
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
Nested classes/interfaces inherited from class javax.swing.plaf.basic.BasicTextUI
BasicTextUI.BasicCaret, BasicTextUI.BasicHighlighter
-
Field Summary
Fields inherited from class org.fife.ui.rtextarea.RTextAreaUI
textArea
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Caret
protected void
paintCurrentLineHighlight
(Graphics g, 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
-
Constructor Details
-
FlatRSyntaxTextAreaUI
FlatRSyntaxTextAreaUI(JComponent rSyntaxTextArea)
-
-
Method Details
-
createCaret
- Overrides:
createCaret
in classorg.fife.ui.rtextarea.RTextAreaUI
-
paintCurrentLineHighlight
- Overrides:
paintCurrentLineHighlight
in classorg.fife.ui.rtextarea.RTextAreaUI
-