public abstract void insert (int index, String text, boolean notifyListeners)

Inserts a sequence of characters into the content.

Parameters:
index    the index
text    the text string
notifyListeners    the notify listener flag

Since:  JavaFX 2.1