/**
  * Adds String to the WYSIWYG chat window at the specified position
  *
  * @param windowNumber
  * @param replacementText
  * @param offset
  * @param length
  */
 public void wYSIWYGUpdateDocumentInsert(
     int windowNumber, String replacementText, int offset, int length) {
   jcf.wYSIWYGUpdateDocumentInsert(windowNumber, replacementText, offset, length);
 }