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

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

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

revision 1.3 by ericb, Tue Mar 19 00:53:14 2002 UTC revision 1.4 by ericb, Fri Sep 27 00:04:05 2002 UTC
# Line 106  public abstract class AccessibleHyperlin Line 106  public abstract class AccessibleHyperlin
106     * @return the link location     * @return the link location
107     * @see #getAccessibleActionCount()     * @see #getAccessibleActionCount()
108     */     */
109    public abstract String getAccessibleActionObject(int i);    public abstract Object getAccessibleActionObject(int i);
110    
111    /**    /**
112     * Get the anchor appropriate for the link, or null if the index is out of     * Get the anchor appropriate for the link, or null if the index is out of
# Line 119  public abstract class AccessibleHyperlin Line 119  public abstract class AccessibleHyperlin
119     * @return the link anchor object     * @return the link anchor object
120     * @see #getAccessibleActionCount()     * @see #getAccessibleActionCount()
121     */     */
122    public abstract String getAccessibleActionAnchor(int i);    public abstract Object getAccessibleActionAnchor(int i);
123    
124    /**    /**
125     * Gets the character index where this link starts in the parent hypertext     * Gets the character index where this link starts in the parent hypertext

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