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