|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.pivot.support.adapters.TextNodeAdapter
public class TextNodeAdapter extends Object
| Field Summary | |
|---|---|
private Closure |
charactersInserted
|
private Closure |
charactersRemoved
|
| Constructor Summary | |
TextNodeAdapter()
|
|
| Method Summary | |
|---|---|
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)
|
Closure
|
getCharactersInserted()
|
Closure
|
getCharactersRemoved()
|
void
|
setCharactersInserted(Closure charactersInserted)
|
void
|
setCharactersRemoved(Closure charactersRemoved)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private Closure charactersInserted
private Closure charactersRemoved
| Constructor Detail |
|---|
TextNodeAdapter()
| Method Detail |
|---|
public void charactersInserted(org.apache.pivot.wtk.text.TextNode arg0, int arg1, int arg2)
public void charactersRemoved(org.apache.pivot.wtk.text.TextNode arg0, int arg1, int arg2)
public Closure getCharactersInserted()
public Closure getCharactersRemoved()
public void setCharactersInserted(Closure charactersInserted)
public void setCharactersRemoved(Closure charactersRemoved)
Groovy Documentation