write abstract method

void write(
  1. String string
)

Add the given string to the content of the current edit.

Implementation

void write(String string);