/[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.2 by ericb, Mon Apr 1 07:38:58 2002 UTC revision 1.3 by ericb, Fri Sep 27 00:04:05 2002 UTC
# Line 92  public interface AccessibleEditableText Line 92  public interface AccessibleEditableText
92     * @param end the end position, exclusive     * @param end the end position, exclusive
93     */     */
94    // XXX What happens if indices are out of bounds?    // XXX What happens if indices are out of bounds?
95    String delete(int start, int end);    void delete(int start, int end);
96    
97    /**    /**
98     * Cut the text between two points to the system clipboard.     * Cut the text between two points to the system clipboard.
# Line 101  public interface AccessibleEditableText Line 101  public interface AccessibleEditableText
101     * @param end the end position, exclusive     * @param end the end position, exclusive
102     */     */
103    // XXX What happens if indices are out of bounds?    // XXX What happens if indices are out of bounds?
104    String cut(int start, int end);    void cut(int start, int end);
105    
106    /**    /**
107     * Paste the text from the system clipboard at the given index.     * Paste the text from the system clipboard at the given index.

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

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