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

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

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

revision 1.5.2.4 by gnu_andrew, Sun Aug 7 18:34:12 2005 UTC revision 1.5.2.5 by gnu_andrew, Wed Nov 2 00:44:02 2005 UTC
# Line 58  public interface AttributeSet Line 58  public interface AttributeSet
58     */     */
59    static interface CharacterAttribute    static interface CharacterAttribute
60    {    {
61        // This interface is a marker interface and has no methods.
62    }    }
63    
64    /**    /**
# Line 65  public interface AttributeSet Line 66  public interface AttributeSet
66     */     */
67    static interface ColorAttribute    static interface ColorAttribute
68    {    {
69        // This interface is a marker interface and has no methods.
70    }    }
71    
72    /**    /**
# Line 72  public interface AttributeSet Line 74  public interface AttributeSet
74     */     */
75    static interface FontAttribute    static interface FontAttribute
76    {    {
77        // This interface is a marker interface and has no methods.
78    }    }
79    
80    /**    /**
# Line 79  public interface AttributeSet Line 82  public interface AttributeSet
82     */     */
83    static interface ParagraphAttribute    static interface ParagraphAttribute
84    {    {
85        // This interface is a marker interface and has no methods.
86    }    }
87    
88    /**    /**
# Line 99  public interface AttributeSet Line 103  public interface AttributeSet
103     * <code>false</code> otherwise.     * <code>false</code> otherwise.
104     *     *
105     * @param name the name of the requested attribute     * @param name the name of the requested attribute
106     * @param the value of the requested attribute     * @param value the value of the requested attribute
107     *     *
108     * @return <code>true</code> if this <code>AttributeSet</code> contains     * @return <code>true</code> if this <code>AttributeSet</code> contains
109     *         an attribute with the specified <code>name</code> and     *         an attribute with the specified <code>name</code> and

Legend:
Removed from v.1.5.2.4  
changed lines
  Added in v.1.5.2.5

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