package org.jmol.awtjs.swing;

public interface Document {

	void insertString(int i, String text, Object object);

}
