Eclipse Platform
Release 3.6

Uses of Class
org.eclipse.swt.accessibility.AccessibleHyperlinkEvent

Packages that use AccessibleHyperlinkEvent
org.eclipse.swt.accessibility SWT Accessibility. 
 

Uses of AccessibleHyperlinkEvent in org.eclipse.swt.accessibility
 

Methods in org.eclipse.swt.accessibility with parameters of type AccessibleHyperlinkEvent
 void AccessibleHyperlinkAdapter.getAnchor(AccessibleHyperlinkEvent e)
          Returns the anchor for the link at the specified index.
 void AccessibleHyperlinkListener.getAnchor(AccessibleHyperlinkEvent e)
          Returns the anchor for the link at the specified index.
 void AccessibleHyperlinkAdapter.getAnchorTarget(AccessibleHyperlinkEvent e)
          Returns the target of the link at the specified index.
 void AccessibleHyperlinkListener.getAnchorTarget(AccessibleHyperlinkEvent e)
          Returns the target of the link at the specified index.
 void AccessibleHyperlinkAdapter.getEndIndex(AccessibleHyperlinkEvent e)
          Returns the 0 based character offset at which the textual representation of the hyperlink ends.
 void AccessibleHyperlinkListener.getEndIndex(AccessibleHyperlinkEvent e)
          Returns the 0 based character offset at which the textual representation of the hyperlink ends.
 void AccessibleHyperlinkAdapter.getStartIndex(AccessibleHyperlinkEvent e)
          Returns the 0 based character offset at which the textual representation of the hyperlink starts.
 void AccessibleHyperlinkListener.getStartIndex(AccessibleHyperlinkEvent e)
          Returns the 0 based character offset at which the textual representation of the hyperlink starts.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.