JUCE
Public Member Functions | List of all members
TextEditor::Listener Class Reference

Receives callbacks from a TextEditor component when it changes. More...

+ Inheritance diagram for TextEditor::Listener:

Public Member Functions

virtual ~Listener ()
 Destructor. More...
 
virtual void textEditorTextChanged (TextEditor &)
 Called when the user changes the text in some way. More...
 
virtual void textEditorReturnKeyPressed (TextEditor &)
 Called when the user presses the return key. More...
 
virtual void textEditorEscapeKeyPressed (TextEditor &)
 Called when the user presses the escape key. More...
 
virtual void textEditorFocusLost (TextEditor &)
 Called when the text editor loses focus. More...
 

Detailed Description

Receives callbacks from a TextEditor component when it changes.

See also
TextEditor::addListener

Constructor & Destructor Documentation

virtual TextEditor::Listener::~Listener ( )
virtual

Destructor.

Member Function Documentation

virtual void TextEditor::Listener::textEditorTextChanged ( TextEditor )
virtual

Called when the user changes the text in some way.

Reimplemented in Label, and FileBrowserComponent.

Referenced by FileBrowserComponent::LookAndFeelMethods::~LookAndFeelMethods().

virtual void TextEditor::Listener::textEditorReturnKeyPressed ( TextEditor )
virtual

Called when the user presses the return key.

Reimplemented in Label, and FileBrowserComponent.

Referenced by FileBrowserComponent::LookAndFeelMethods::~LookAndFeelMethods().

virtual void TextEditor::Listener::textEditorEscapeKeyPressed ( TextEditor )
virtual

Called when the user presses the escape key.

Reimplemented in Label, and FileBrowserComponent.

Referenced by FileBrowserComponent::LookAndFeelMethods::~LookAndFeelMethods().

virtual void TextEditor::Listener::textEditorFocusLost ( TextEditor )
virtual

The documentation for this class was generated from the following file: