Package 

Interface TextActions

    • Method Detail

      • performTextInput

         Unit performTextInput(String text)

        Sends the given text to this node in similar way to IME.

        Parameters:
        text - Text to send.
      • performTextInputSelection

         Unit performTextInputSelection(TextRange selection)

        Sends the given selection to this node in similar way to IME.

        Parameters:
        selection - selection to send
      • performTextReplacement

         Unit performTextReplacement(String text)

        Replaces existing text with the given text in this node in similar way to IME.

        This does not reflect text selection. All the text gets cleared out and new inserted.

        Parameters:
        text - Text to send.
      • performImeAction

         Unit performImeAction()

        Sends to this node the IME action associated with it in similar way to IME.

        The node needs to define its IME action in semantics.