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

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

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

revision 1.1 by ericb, Mon Mar 18 22:22:45 2002 UTC revision 1.2 by ericb, Mon Apr 1 07:38:58 2002 UTC
# Line 37  exception statement from your version. * Line 37  exception statement from your version. *
37    
38  package javax.accessibility;  package javax.accessibility;
39    
40  // XXX Waiting on javax.swing support.  import javax.swing.text.AttributeSet;
 // import javax.swing.test.AttributeSet;  
41    
42  /**  /**
43   * Objects which present editable textual information on the display should   * Objects which present editable textual information on the display should
# Line 139  public interface AccessibleEditableText Line 138  public interface AccessibleEditableText
138     * @param s the new attribute set for the range     * @param s the new attribute set for the range
139     */     */
140    // XXX What happens if indices are out of bounds, or s is null?    // XXX What happens if indices are out of bounds, or s is null?
141    // XXX Waiting on javax.swing support.    void setAttributes(int start, int end, AttributeSet s);
   //  void setAttributes(int start, int end, AttributeSet s);  
142  } // interface AccessibleEditableText  } // interface AccessibleEditableText

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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