Interface TextEdit


  • public interface TextEdit
    Represents a text edit, composed of a replacement text and the text range to replace
    Since:
    9.13
    • Method Detail

      • range

        TextRange range()
        Returns:
        the range on which to apply this edit
      • newText

        java.lang.String newText()
        Returns:
        the replacement text