org.apache.pivot.wtk
Class TextPaneCharacterListener.Adapter

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

public static class TextPaneCharacterListener.Adapter
extends Object
implements TextPaneCharacterListener

Text pane character listener adapter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.TextPaneCharacterListener
TextPaneCharacterListener.Adapter
 
Constructor Summary
TextPaneCharacterListener.Adapter()
           
 
Method Summary
 void charactersInserted(TextPane textPane, int index, int count)
          Called when characters have been inserted into a text pane.
 void charactersRemoved(TextPane textPane, int index, int count)
          Called when characters have been removed from a text pane.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextPaneCharacterListener.Adapter

public TextPaneCharacterListener.Adapter()
Method Detail

charactersInserted

public void charactersInserted(TextPane textPane,
                               int index,
                               int count)
Description copied from interface: TextPaneCharacterListener
Called when characters have been inserted into a text pane.

Specified by:
charactersInserted in interface TextPaneCharacterListener

charactersRemoved

public void charactersRemoved(TextPane textPane,
                              int index,
                              int count)
Description copied from interface: TextPaneCharacterListener
Called when characters have been removed from a text pane.

Specified by:
charactersRemoved in interface TextPaneCharacterListener