|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.pivot.support.adapters.TextPaneCharacterAdapter
public class TextPaneCharacterAdapter extends Object
| Field Summary | |
|---|---|
private Closure |
charactersInserted
|
private Closure |
charactersRemoved
|
| Constructor Summary | |
TextPaneCharacterAdapter()
|
|
| Method Summary | |
|---|---|
void
|
charactersInserted(org.apache.pivot.wtk.TextPane arg0, int arg1, int arg2)
|
void
|
charactersRemoved(org.apache.pivot.wtk.TextPane 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 |
|---|
TextPaneCharacterAdapter()
| Method Detail |
|---|
public void charactersInserted(org.apache.pivot.wtk.TextPane arg0, int arg1, int arg2)
public void charactersRemoved(org.apache.pivot.wtk.TextPane arg0, int arg1, int arg2)
public Closure getCharactersInserted()
public Closure getCharactersRemoved()
public void setCharactersInserted(Closure charactersInserted)
public void setCharactersRemoved(Closure charactersRemoved)
Groovy Documentation