org.apache.pivot.wtk
Class TextAreaListener.Adapter

java.lang.Object
  extended by org.apache.pivot.wtk.TextAreaListener.Adapter
All Implemented Interfaces:
TextAreaListener
Enclosing interface:
TextAreaListener

public static class TextAreaListener.Adapter
extends Object
implements TextAreaListener

Text area listener adapter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.TextAreaListener
TextAreaListener.Adapter
 
Constructor Summary
TextAreaListener.Adapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextAreaListener.Adapter

public TextAreaListener.Adapter()
Method Detail

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