Receives callbacks from a TextEditor component when it changes.
Public Member Functions | |
| virtual | ~Listener ()=default |
| Destructor. | |
| virtual void | textEditorTextChanged (TextEditor &) |
| Called when the user changes the text in some way. | |
| virtual void | textEditorReturnKeyPressed (TextEditor &) |
| Called when the user presses the return key. | |
| virtual void | textEditorEscapeKeyPressed (TextEditor &) |
| Called when the user presses the escape key. | |
| virtual void | textEditorFocusLost (TextEditor &) |
| Called when the text editor loses focus. | |
|
virtualdefault |
Destructor.
|
inlinevirtual |
Called when the user changes the text in some way.
Reimplemented in juce::Label.
References juce::TextEditor::TextEditor().
|
inlinevirtual |
Called when the user presses the return key.
Reimplemented in juce::Label.
References juce::TextEditor::TextEditor().
|
inlinevirtual |
Called when the user presses the escape key.
Reimplemented in juce::Label.
References juce::TextEditor::TextEditor().
|
inlinevirtual |
Called when the text editor loses focus.
Reimplemented in juce::Label.
References juce::TextEditor::TextEditor().