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 classNested classes/interfaces inherited from class 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 Caretprotected voidpaintCurrentLineHighlight(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, yForLineContainingMethods inherited from class org.fife.ui.rtextarea.RTextAreaUI
createKeymap, createRTextAreaActionMap, getRTextArea, getVisibleEditorRect, installDefaults, installKeyboardActions, installUI, paintBackground, paintLineHighlights, paintMarginLine, paintSafelyMethods inherited from class BasicTextAreaUI
getBaseline, getBaselineResizeBehavior, getMinimumSize, getPreferredSize, getPropertyPrefixMethods inherited from class BasicTextUI
create, damageRange, damageRange, getComponent, getKeymapName, getMaximumSize, getNextVisualPositionFrom, getRootView, getToolTipText, installListeners, modelChanged, modelToView, modelToView, modelToView2D, paint, setView, uninstallDefaults, uninstallKeyboardActions, uninstallListeners, uninstallUI, update, viewToModel, viewToModel, viewToModel2DMethods inherited from class TextUI
getToolTipText2DMethods inherited from class ComponentUI
contains, getAccessibleChild, getAccessibleChildrenCount
-
Constructor Details
-
FlatRSyntaxTextAreaUI
FlatRSyntaxTextAreaUI(JComponent rSyntaxTextArea)
-
-
Method Details
-
createCaret
- Overrides:
createCaretin classorg.fife.ui.rtextarea.RTextAreaUI
-
paintCurrentLineHighlight
-