public class TextPaneCharacterAdapter extends Object implements GriffonPivotAdapter, TextPaneCharacterListener
TextPaneCharacterListener.Adapter| Constructor and Description | 
|---|
| TextPaneCharacterAdapter() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | charactersInserted(TextPane arg0,
                  int arg1,
                  int arg2) | 
| void | charactersRemoved(TextPane arg0,
                 int arg1,
                 int arg2) | 
| CallableWithArgs<Void> | getCharactersInserted() | 
| CallableWithArgs<Void> | getCharactersRemoved() | 
| void | setCharactersInserted(CallableWithArgs<Void> charactersInserted) | 
| void | setCharactersRemoved(CallableWithArgs<Void> charactersRemoved) | 
public CallableWithArgs<Void> getCharactersInserted()
public CallableWithArgs<Void> getCharactersRemoved()
public void setCharactersInserted(CallableWithArgs<Void> charactersInserted)
public void setCharactersRemoved(CallableWithArgs<Void> charactersRemoved)
public void charactersInserted(TextPane arg0, int arg1, int arg2)
charactersInserted in interface TextPaneCharacterListenerpublic void charactersRemoved(TextPane arg0, int arg1, int arg2)
charactersRemoved in interface TextPaneCharacterListener