| JUCE
    | 
This abstract base class is implemented by LookAndFeel classes to provide TextEditor drawing functionality. More...
#include <juce_TextEditor.h>
| Public Member Functions | |
| virtual | ~LookAndFeelMethods ()=default | 
| virtual void | fillTextEditorBackground (Graphics &, int width, int height, TextEditor &)=0 | 
| virtual void | drawTextEditorOutline (Graphics &, int width, int height, TextEditor &)=0 | 
| virtual CaretComponent * | createCaretComponent (Component *keyFocusOwner)=0 | 
This abstract base class is implemented by LookAndFeel classes to provide TextEditor drawing functionality.
| 
 | virtualdefault | 
| 
 | pure virtual | 
Implemented in LookAndFeel_V2, and LookAndFeel_V4.
| 
 | pure virtual | 
Implemented in LookAndFeel_V1, LookAndFeel_V2, LookAndFeel_V3, and LookAndFeel_V4.
| 
 | pure virtual | 
Implemented in LookAndFeel_V2.