src/share/classes/javax/swing/text/PlainDocument.java

Print this page

        

*** 98,108 **** * actual changes are taking place, followed by notification * to the observers on the thread that grabbed the write lock. * <p> * This method is thread safe, although most Swing methods * are not. Please see ! * <A HREF="http://download.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency * in Swing</A> for more information. * * @param offs the starting offset &gt;= 0 * @param str the string to insert; does nothing with null/empty strings * @param a the attributes for the inserted content --- 98,108 ---- * actual changes are taking place, followed by notification * to the observers on the thread that grabbed the write lock. * <p> * This method is thread safe, although most Swing methods * are not. Please see ! * <A HREF="http://docs.oracle.com/javase/tutorial/uiswing/concurrency/index.html">Concurrency * in Swing</A> for more information. * * @param offs the starting offset &gt;= 0 * @param str the string to insert; does nothing with null/empty strings * @param a the attributes for the inserted content