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

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

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

revision 1.5 by ericb, Mon Mar 18 22:22:45 2002 UTC revision 1.6 by ericb, Mon Apr 1 07:38:58 2002 UTC
# Line 40  package javax.accessibility; Line 40  package javax.accessibility;
40    
41  import java.awt.Rectangle;  import java.awt.Rectangle;
42  import java.awt.Point;  import java.awt.Point;
43  // XXX Waiting on javax.swing support.  import javax.swing.text.AttributeSet;
 // import javax.swing.text.AttributeSet;  
44    
45  /**  /**
46   * Objects which present textual information on the display should implement   * Objects which present textual information on the display should implement
# Line 57  import java.awt.Point; Line 56  import java.awt.Point;
56   * @see AccessibleContext   * @see AccessibleContext
57   * @see AccessibleContext#getAccessibleText()   * @see AccessibleContext#getAccessibleText()
58   * @since 1.2   * @since 1.2
59   * @status updated to 1.4, except for javax.swing support   * @status updated to 1.4
60   */   */
61  public interface AccessibleText  public interface AccessibleText
62  {  {
# Line 158  public interface AccessibleText Line 157  public interface AccessibleText
157     * @param index the 0-based character index     * @param index the 0-based character index
158     * @return the character's attributes     * @return the character's attributes
159     */     */
160    // XXX Waiting on javax.swing support.    AttributeSet getCharacterAttribute(int index);
   //  AttributeSet getCharacterAttribute(int index);  
161    
162    /**    /**
163     * Returns the start index of the selection. If there is no selection, this     * Returns the start index of the selection. If there is no selection, this

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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