public class TextPaneCharacterAdapter extends java.lang.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<java.lang.Void> |
getCharactersInserted() |
CallableWithArgs<java.lang.Void> |
getCharactersRemoved() |
void |
setCharactersInserted(CallableWithArgs<java.lang.Void> charactersInserted) |
void |
setCharactersRemoved(CallableWithArgs<java.lang.Void> charactersRemoved) |
public CallableWithArgs<java.lang.Void> getCharactersInserted()
public CallableWithArgs<java.lang.Void> getCharactersRemoved()
public void setCharactersInserted(CallableWithArgs<java.lang.Void> charactersInserted)
public void setCharactersRemoved(CallableWithArgs<java.lang.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