JUCE
Classes | Typedefs
juce_TextEditor.h File Reference

Classes

class  TextEditor
 An editable text box. More...
 
class  TextEditor::Listener
 Receives callbacks from a TextEditor component when it changes. More...
 
class  TextEditor::InputFilter
 Base class for input filters that can be applied to a TextEditor to restrict the text that can be entered. More...
 
class  TextEditor::LengthAndCharacterRestriction
 An input filter for a TextEditor that limits the length of text and/or the characters that it may contain. More...
 
struct  TextEditor::LookAndFeelMethods
 This abstract base class is implemented by LookAndFeel classes to provide TextEditor drawing functionality. More...
 

Typedefs

typedef TextEditor::Listener TextEditorListener
 This typedef is just for compatibility with old code - newer code should use the TextEditor::Listener class directly. More...
 

Typedef Documentation

This typedef is just for compatibility with old code - newer code should use the TextEditor::Listener class directly.