All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javajs.swing.Document Maven / Gradle / Ivy

package javajs.swing;

public interface Document {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy