|
JUCE
|
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... | |
Receives callbacks from a TextEditor component when it changes.
|
virtual |
Destructor.
|
virtual |
Called when the user changes the text in some way.
Reimplemented in Label, and FileBrowserComponent.
Referenced by FileBrowserComponent::LookAndFeelMethods::~LookAndFeelMethods().
|
virtual |
Called when the user presses the return key.
Reimplemented in Label, and FileBrowserComponent.
Referenced by FileBrowserComponent::LookAndFeelMethods::~LookAndFeelMethods().
|
virtual |
Called when the user presses the escape key.
Reimplemented in Label, and FileBrowserComponent.
Referenced by FileBrowserComponent::LookAndFeelMethods::~LookAndFeelMethods().
|
virtual |
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().