Groovy Documentation

griffon.pivot.support.adapters
[Java] Class TextNodeAdapter

java.lang.Object
  griffon.pivot.support.adapters.TextNodeAdapter
All Implemented Interfaces:
GriffonPivotAdapter, org.apache.pivot.wtk.text.TextNodeListener

public class TextNodeAdapter
extends Object

Authors:
Andres Almiray


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

charactersInserted

private Closure charactersInserted


charactersRemoved

private Closure charactersRemoved


 
Constructor Detail

TextNodeAdapter

TextNodeAdapter()


 
Method Detail

charactersInserted

public void charactersInserted(org.apache.pivot.wtk.text.TextNode arg0, int arg1, int arg2)


charactersRemoved

public void charactersRemoved(org.apache.pivot.wtk.text.TextNode arg0, int arg1, int arg2)


getCharactersInserted

public Closure getCharactersInserted()


getCharactersRemoved

public Closure getCharactersRemoved()


setCharactersInserted

public void setCharactersInserted(Closure charactersInserted)


setCharactersRemoved

public void setCharactersRemoved(Closure charactersRemoved)


 

Groovy Documentation