public class TextAreaContentAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.TextAreaContentListener
| Constructor and Description | 
|---|
TextAreaContentAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
CallableWithArgs<Void> | 
getParagraphInserted()  | 
CallableWithArgs<Void> | 
getParagraphsRemoved()  | 
CallableWithArgs<Void> | 
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<org.apache.pivot.wtk.TextArea.Paragraph> arg2)  | 
void | 
setParagraphInserted(CallableWithArgs<Void> paragraphInserted)  | 
void | 
setParagraphsRemoved(CallableWithArgs<Void> paragraphsRemoved)  | 
void | 
setTextChanged(CallableWithArgs<Void> textChanged)  | 
void | 
textChanged(org.apache.pivot.wtk.TextArea arg0)  | 
public CallableWithArgs<Void> getParagraphInserted()
public CallableWithArgs<Void> getParagraphsRemoved()
public CallableWithArgs<Void> getTextChanged()
public void setParagraphInserted(CallableWithArgs<Void> paragraphInserted)
public void setParagraphsRemoved(CallableWithArgs<Void> paragraphsRemoved)
public void setTextChanged(CallableWithArgs<Void> textChanged)
public void paragraphInserted(org.apache.pivot.wtk.TextArea arg0,
                              int arg1)
paragraphInserted in interface org.apache.pivot.wtk.TextAreaContentListenerpublic void paragraphsRemoved(org.apache.pivot.wtk.TextArea arg0,
                              int arg1,
                              org.apache.pivot.collections.Sequence<org.apache.pivot.wtk.TextArea.Paragraph> arg2)
paragraphsRemoved in interface org.apache.pivot.wtk.TextAreaContentListenerpublic void textChanged(org.apache.pivot.wtk.TextArea arg0)
textChanged in interface org.apache.pivot.wtk.TextAreaContentListener