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

Print this page

        

*** 290,300 **** * Adds an attribute to the given set, and returns * the new representative set. * <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 old the old attribute set * @param name the non-null attribute name * @param value the attribute value --- 290,300 ---- * Adds an attribute to the given set, and returns * the new representative set. * <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 old the old attribute set * @param name the non-null attribute name * @param value the attribute value
*** 319,329 **** /** * Adds a set of attributes to the element. * <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 old the old attribute set * @param attr the attributes to add * @return the updated attribute set --- 319,329 ---- /** * Adds a set of attributes to the element. * <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 old the old attribute set * @param attr the attributes to add * @return the updated attribute set
*** 347,357 **** /** * Removes an attribute from the set. * <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 old the old set of attributes * @param name the non-null attribute name * @return the updated attribute set --- 347,357 ---- /** * Removes an attribute from the set. * <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 old the old set of attributes * @param name the non-null attribute name * @return the updated attribute set
*** 375,385 **** /** * Removes a set of attributes for the element. * <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 old the old attribute set * @param names the attribute names * @return the updated attribute set --- 375,385 ---- /** * Removes a set of attributes for the element. * <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 old the old attribute set * @param names the attribute names * @return the updated attribute set
*** 403,413 **** /** * Removes a set of attributes for the element. * <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 old the old attribute set * @param attrs the attributes * @return the updated attribute set --- 403,413 ---- /** * Removes a set of attributes for the element. * <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 old the old attribute set * @param attrs the attributes * @return the updated attribute set
*** 443,453 **** * references. This would typically be called by the finalize method * of the MutableAttributeSet implementation. * <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 a the set to reclaim */ public void reclaim(AttributeSet a) { --- 443,453 ---- * references. This would typically be called by the finalize method * of the MutableAttributeSet implementation. * <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 a the set to reclaim */ public void reclaim(AttributeSet a) {