org.apache.pivot.wtk
Class TextPaneCharacterListener.Adapter
java.lang.Object
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.
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 |
TextPaneCharacterListener.Adapter
public TextPaneCharacterListener.Adapter()
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