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