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