public class TextPaneCharacterAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.TextPaneCharacterListener
| Constructor and Description | 
|---|
| TextPaneCharacterAdapter() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | charactersInserted(org.apache.pivot.wtk.TextPane arg0,
                  int arg1,
                  int arg2) | 
| void | charactersRemoved(org.apache.pivot.wtk.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(org.apache.pivot.wtk.TextPane arg0,
                               int arg1,
                               int arg2)
charactersInserted in interface org.apache.pivot.wtk.TextPaneCharacterListenerpublic void charactersRemoved(org.apache.pivot.wtk.TextPane arg0,
                              int arg1,
                              int arg2)
charactersRemoved in interface org.apache.pivot.wtk.TextPaneCharacterListener