Receives callbacks from a TextEditor component when it changes. More...
#include <juce_TextEditor.h>
Public Member Functions | |
virtual | ~Listener () |
Destructor. 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... | |
virtual void | textEditorReturnKeyPressed (TextEditor &) |
Called when the user presses the return key. More... | |
virtual void | textEditorTextChanged (TextEditor &) |
Called when the user changes the text in some way. More... | |
Receives callbacks from a TextEditor component when it changes.
|
inlinevirtual |
Destructor.
|
inlinevirtual |
Called when the user presses the escape key.
Reimplemented in Label, and FileBrowserComponent.
Referenced by FileBrowserComponent::LookAndFeelMethods::~LookAndFeelMethods().
|
inlinevirtual |
Called when the text editor loses focus.
Reimplemented in Label, and FileBrowserComponent.
References StandardApplicationCommandIDs::copy, StandardApplicationCommandIDs::cut, and StandardApplicationCommandIDs::paste.
Referenced by FileBrowserComponent::LookAndFeelMethods::~LookAndFeelMethods().
|
inlinevirtual |
Called when the user presses the return key.
Reimplemented in Label, and FileBrowserComponent.
Referenced by FileBrowserComponent::LookAndFeelMethods::~LookAndFeelMethods().
|
inlinevirtual |
Called when the user changes the text in some way.
Reimplemented in Label, and FileBrowserComponent.
Referenced by FileBrowserComponent::LookAndFeelMethods::~LookAndFeelMethods().