org.apache.pivot.wtk
Class TextPaneListener.Adapter

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

public static class TextPaneListener.Adapter
extends Object
implements TextPaneListener

Text pane listener adapter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.TextPaneListener
TextPaneListener.Adapter
 
Constructor Summary
TextPaneListener.Adapter()
           
 
Method Summary
 void documentChanged(TextPane textPane, Document previousDocument)
          Called when a text pane's document has changed.
 void editableChanged(TextPane textPane)
          Called when a text pane's editable state has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextPaneListener.Adapter

public TextPaneListener.Adapter()
Method Detail

documentChanged

public void documentChanged(TextPane textPane,
                            Document previousDocument)
Description copied from interface: TextPaneListener
Called when a text pane's document has changed.

Specified by:
documentChanged in interface TextPaneListener

editableChanged

public void editableChanged(TextPane textPane)
Description copied from interface: TextPaneListener
Called when a text pane's editable state has changed.

Specified by:
editableChanged in interface TextPaneListener