JTextFieldEcoutable textfield qui implémente DocumentListener.
Plus de détails...
Est dérivée de javax::swing::JTextField, et javax::swing::event::DocumentListener.
Fonctions membres publiques | |
| JTextFieldEcoutable (JPanelRechercheFilm parent) | |
| void | changedUpdate (DocumentEvent e) |
| void | insertUpdate (DocumentEvent e) |
| Appel de la méthode mettreAJourInformation du panel RechercheFilm. | |
| void | removeUpdate (DocumentEvent e) |
Attributs privés | |
| JPanelRechercheFilm | parent |
JTextFieldEcoutable textfield qui implémente DocumentListener.
(permet d'écouter quand le contenu de ce textfield à été changé)
| ch.hearc.proj2.composantstool.JTextFieldEcoutable.JTextFieldEcoutable | ( | JPanelRechercheFilm | parent | ) |
| void ch.hearc.proj2.composantstool.JTextFieldEcoutable.changedUpdate | ( | DocumentEvent | e | ) |
| void ch.hearc.proj2.composantstool.JTextFieldEcoutable.insertUpdate | ( | DocumentEvent | e | ) |
Appel de la méthode mettreAJourInformation du panel RechercheFilm.
pour les mots clés.
| void ch.hearc.proj2.composantstool.JTextFieldEcoutable.removeUpdate | ( | DocumentEvent | e | ) |
1.6.3