/[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.1 by gnu_andrew, Fri Jan 14 10:24:17 2005 UTC revision 1.5.2.2 by gnu_andrew, Sat Jan 15 17:02:21 2005 UTC
# Line 57  public interface AttributeSet Line 57  public interface AttributeSet
57    {    {
58    }    }
59    
60    static Object NameAttribute = StyleConstants.NameAttribute;    Object NameAttribute = StyleConstants.NameAttribute;
61    static Object ResolveAttribute = StyleConstants.ResolveAttribute;    Object ResolveAttribute = StyleConstants.ResolveAttribute;
62    
63    boolean containsAttribute(Object name, Object value);    boolean containsAttribute(Object name, Object value);
64    boolean containsAttributes(AttributeSet attributes);    boolean containsAttributes(AttributeSet attributes);

Legend:
Removed from v.1.5.2.1  
changed lines
  Added in v.1.5.2.2

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