pivot.wtk
Class TextAreaListener.Adapter
java.lang.Object
pivot.wtk.TextAreaListener.Adapter
- All Implemented Interfaces:
- TextAreaListener
- Enclosing interface:
- TextAreaListener
public static class TextAreaListener.Adapter
- extends Object
- implements TextAreaListener
Adapts the TextAreaListener interface.
- Author:
- tvolkert
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextAreaListener.Adapter
public TextAreaListener.Adapter()
documentChanged
public void documentChanged(TextArea textArea,
Document previousDocument)
- Description copied from interface:
TextAreaListener
- Called when a text area's document has changed.
- Specified by:
documentChanged
in interface TextAreaListener
editableChanged
public void editableChanged(TextArea textArea)
- Description copied from interface:
TextAreaListener
- Called when a text area's editable state has changed.
- Specified by:
editableChanged
in interface TextAreaListener
textKeyChanged
public void textKeyChanged(TextArea textArea,
String previousTextKey)
- Description copied from interface:
TextAreaListener
- Called when a text area's text key has changed.
- Specified by:
textKeyChanged
in interface TextAreaListener