performTextInput

Types text onto the end of the matched JTextComponent's current content, then settles the composition.

The caret is placed after the existing text and text is typed there, character by character, through the component's own key handling - so the edit passes its document filter and its editor actions, and a character the component refuses is refused here too. performTyping types at wherever the caret already stands instead.

Return

this interaction, for chaining a further gesture or assertion.

Parameters

text

typed at the end of the existing content; what the document refuses never reaches it, so the node can end up holding less than this.