Groovy Documentation

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

java.lang.Object
  griffon.pivot.support.adapters.TextAreaContentAdapter
All Implemented Interfaces:
GriffonPivotAdapter, org.apache.pivot.wtk.TextAreaContentListener

public class TextAreaContentAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private Closure paragraphInserted

private Closure paragraphsRemoved

private Closure textChanged

 
Constructor Summary
TextAreaContentAdapter()

 
Method Summary
Closure getParagraphInserted()

Closure getParagraphsRemoved()

Closure getTextChanged()

void paragraphInserted(org.apache.pivot.wtk.TextArea arg0, int arg1)

void paragraphsRemoved(org.apache.pivot.wtk.TextArea arg0, int arg1, org.apache.pivot.collections.Sequence arg2)

void setParagraphInserted(Closure paragraphInserted)

void setParagraphsRemoved(Closure paragraphsRemoved)

void setTextChanged(Closure textChanged)

void textChanged(org.apache.pivot.wtk.TextArea arg0)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

paragraphInserted

private Closure paragraphInserted


paragraphsRemoved

private Closure paragraphsRemoved


textChanged

private Closure textChanged


 
Constructor Detail

TextAreaContentAdapter

TextAreaContentAdapter()


 
Method Detail

getParagraphInserted

public Closure getParagraphInserted()


getParagraphsRemoved

public Closure getParagraphsRemoved()


getTextChanged

public Closure getTextChanged()


paragraphInserted

public void paragraphInserted(org.apache.pivot.wtk.TextArea arg0, int arg1)


paragraphsRemoved

public void paragraphsRemoved(org.apache.pivot.wtk.TextArea arg0, int arg1, org.apache.pivot.collections.Sequence arg2)


setParagraphInserted

public void setParagraphInserted(Closure paragraphInserted)


setParagraphsRemoved

public void setParagraphsRemoved(Closure paragraphsRemoved)


setTextChanged

public void setTextChanged(Closure textChanged)


textChanged

public void textChanged(org.apache.pivot.wtk.TextArea arg0)


 

Groovy Documentation