/[classpath]/classpath/javax/accessibility/AccessibleRelationSet.java
ViewVC logotype

Diff of /classpath/javax/accessibility/AccessibleRelationSet.java

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

revision 1.3 by mark, Sat Jul 2 20:32:45 2005 UTC revision 1.4 by trebligd, Wed Jul 13 13:45:00 2005 UTC
# Line 1  Line 1 
1  /* AccessibleRelationSet.java -- the combined relations of an accessible object  /* AccessibleRelationSet.java -- the combined relations of an accessible object
2     Copyright (C) 2002 Free Software Foundation     Copyright (C) 2002, 2005 Free Software Foundation
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 37  exception statement from your version. * Line 37  exception statement from your version. *
37    
38  package javax.accessibility;  package javax.accessibility;
39    
40    import java.util.Locale;
41  import java.util.Vector;  import java.util.Vector;
42    
43  /**  /**
# Line 159  public class AccessibleRelationSet Line 160  public class AccessibleRelationSet
160    /**    /**
161     * Check if the relation key is in the set.     * Check if the relation key is in the set.
162     *     *
163     * @param relation the relation to locate     * @param key the relation to locate
164     * @return true if it is in the set     * @return true if it is in the set
165     */     */
166    public boolean contains(String key)    public boolean contains(String key)
# Line 174  public class AccessibleRelationSet Line 175  public class AccessibleRelationSet
175    /**    /**
176     * Get the relation that matches the key.     * Get the relation that matches the key.
177     *     *
178     * @param relation the relation to locate     * @param key the relation to locate
179     * @return the relation in the set, or null     * @return the relation in the set, or null
180     */     */
181    public AccessibleRelation get(String key)    public AccessibleRelation get(String key)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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