public class TextInputContentAdapter extends Object implements GriffonPivotAdapter, org.apache.pivot.wtk.TextInputContentListener
| Constructor and Description | 
|---|
TextInputContentAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
CallableWithArgs<Void> | 
getInsertTextVetoed()  | 
CallableWithArgs<org.apache.pivot.util.Vote> | 
getPreviewInsertText()  | 
CallableWithArgs<org.apache.pivot.util.Vote> | 
getPreviewRemoveText()  | 
CallableWithArgs<Void> | 
getRemoveTextVetoed()  | 
CallableWithArgs<Void> | 
getTextChanged()  | 
CallableWithArgs<Void> | 
getTextInserted()  | 
CallableWithArgs<Void> | 
getTextRemoved()  | 
void | 
insertTextVetoed(org.apache.pivot.wtk.TextInput arg0,
                org.apache.pivot.util.Vote arg1)  | 
org.apache.pivot.util.Vote | 
previewInsertText(org.apache.pivot.wtk.TextInput arg0,
                 CharSequence arg1,
                 int arg2)  | 
org.apache.pivot.util.Vote | 
previewRemoveText(org.apache.pivot.wtk.TextInput arg0,
                 int arg1,
                 int arg2)  | 
void | 
removeTextVetoed(org.apache.pivot.wtk.TextInput arg0,
                org.apache.pivot.util.Vote arg1)  | 
void | 
setInsertTextVetoed(CallableWithArgs<Void> insertTextVetoed)  | 
void | 
setPreviewInsertText(CallableWithArgs<org.apache.pivot.util.Vote> previewInsertText)  | 
void | 
setPreviewRemoveText(CallableWithArgs<org.apache.pivot.util.Vote> previewRemoveText)  | 
void | 
setRemoveTextVetoed(CallableWithArgs<Void> removeTextVetoed)  | 
void | 
setTextChanged(CallableWithArgs<Void> textChanged)  | 
void | 
setTextInserted(CallableWithArgs<Void> textInserted)  | 
void | 
setTextRemoved(CallableWithArgs<Void> textRemoved)  | 
void | 
textChanged(org.apache.pivot.wtk.TextInput arg0)  | 
void | 
textInserted(org.apache.pivot.wtk.TextInput arg0,
            int arg1,
            int arg2)  | 
void | 
textRemoved(org.apache.pivot.wtk.TextInput arg0,
           int arg1,
           int arg2)  | 
public CallableWithArgs<Void> getTextChanged()
public CallableWithArgs<org.apache.pivot.util.Vote> getPreviewInsertText()
public CallableWithArgs<Void> getTextInserted()
public CallableWithArgs<Void> getInsertTextVetoed()
public CallableWithArgs<org.apache.pivot.util.Vote> getPreviewRemoveText()
public CallableWithArgs<Void> getTextRemoved()
public CallableWithArgs<Void> getRemoveTextVetoed()
public void setTextChanged(CallableWithArgs<Void> textChanged)
public void setPreviewInsertText(CallableWithArgs<org.apache.pivot.util.Vote> previewInsertText)
public void setTextInserted(CallableWithArgs<Void> textInserted)
public void setInsertTextVetoed(CallableWithArgs<Void> insertTextVetoed)
public void setPreviewRemoveText(CallableWithArgs<org.apache.pivot.util.Vote> previewRemoveText)
public void setTextRemoved(CallableWithArgs<Void> textRemoved)
public void setRemoveTextVetoed(CallableWithArgs<Void> removeTextVetoed)
public void textChanged(org.apache.pivot.wtk.TextInput arg0)
textChanged in interface org.apache.pivot.wtk.TextInputContentListenerpublic org.apache.pivot.util.Vote previewInsertText(org.apache.pivot.wtk.TextInput arg0,
                                                    CharSequence arg1,
                                                    int arg2)
previewInsertText in interface org.apache.pivot.wtk.TextInputContentListenerpublic void textInserted(org.apache.pivot.wtk.TextInput arg0,
                         int arg1,
                         int arg2)
textInserted in interface org.apache.pivot.wtk.TextInputContentListenerpublic void insertTextVetoed(org.apache.pivot.wtk.TextInput arg0,
                             org.apache.pivot.util.Vote arg1)
insertTextVetoed in interface org.apache.pivot.wtk.TextInputContentListenerpublic org.apache.pivot.util.Vote previewRemoveText(org.apache.pivot.wtk.TextInput arg0,
                                                    int arg1,
                                                    int arg2)
previewRemoveText in interface org.apache.pivot.wtk.TextInputContentListenerpublic void textRemoved(org.apache.pivot.wtk.TextInput arg0,
                        int arg1,
                        int arg2)
textRemoved in interface org.apache.pivot.wtk.TextInputContentListenerpublic void removeTextVetoed(org.apache.pivot.wtk.TextInput arg0,
                             org.apache.pivot.util.Vote arg1)
removeTextVetoed in interface org.apache.pivot.wtk.TextInputContentListener