|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextAreaListener
Text area listener interface.
Nested Class Summary | |
---|---|
static class |
TextAreaListener.Adapter
Adapts the TextAreaListener interface. |
Method Summary | |
---|---|
void |
documentChanged(TextArea textArea,
Document previousDocument)
Called when a text area's document has changed. |
void |
editableChanged(TextArea textArea)
Called when a text area's editable state has changed. |
void |
textKeyChanged(TextArea textArea,
String previousTextKey)
Called when a text area's text key has changed. |
Method Detail |
---|
void documentChanged(TextArea textArea, Document previousDocument)
textArea
- previousDocument
- void editableChanged(TextArea textArea)
textArea
- void textKeyChanged(TextArea textArea, String previousTextKey)
textArea
- previousTextKey
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |