/[classpath]/classpath/javax/swing/text/AbstractDocument.java
ViewVC logotype

Diff of /classpath/javax/swing/text/AbstractDocument.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9.2.11 by gnu_andrew, Wed Nov 2 00:44:02 2005 UTC revision 1.9.2.12 by tromey, Sat Nov 26 05:29:43 2005 UTC
# Line 376  public abstract class AbstractDocument i Line 376  public abstract class AbstractDocument i
376     *     *
377     * @return the properties of this <code>Document</code>     * @return the properties of this <code>Document</code>
378     */     */
379    public Dictionary getDocumentProperties()    public Dictionary<Object, Object> getDocumentProperties()
380    {    {
381      // FIXME: make me thread-safe      // FIXME: make me thread-safe
382      if (properties == null)      if (properties == null)
# Line 849  public abstract class AbstractDocument i Line 849  public abstract class AbstractDocument i
849     *     *
850     * @param p the document properties to set     * @param p the document properties to set
851     */     */
852    public void setDocumentProperties(Dictionary p)    public void setDocumentProperties(Dictionary<Object, Object> p)
853    {    {
854      // FIXME: make me thread-safe      // FIXME: make me thread-safe
855      properties = p;      properties = p;
# Line 1023  public abstract class AbstractDocument i Line 1023  public abstract class AbstractDocument i
1023       * @return the attributes of <code>old</code> minus the attributes in       * @return the attributes of <code>old</code> minus the attributes in
1024       *         <code>attributes</code>       *         <code>attributes</code>
1025       */       */
1026      AttributeSet removeAttributes(AttributeSet old, Enumeration names);      AttributeSet removeAttributes(AttributeSet old, Enumeration<?> names);
1027    }    }
1028    
1029    /**    /**

Legend:
Removed from v.1.9.2.11  
changed lines
  Added in v.1.9.2.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26