org.eclipse.xtext.ui.editor.hover.html
Class XtextElementLinks.XtextLinkAdapter

java.lang.Object
  extended by org.eclipse.swt.browser.LocationAdapter
      extended by org.eclipse.xtext.ui.editor.hover.html.XtextElementLinks.XtextLinkAdapter
All Implemented Interfaces:
java.util.EventListener, org.eclipse.swt.browser.LocationListener, org.eclipse.swt.internal.SWTEventListener
Direct Known Subclasses:
XbaseElementLinks.XbaseLinkAdapter
Enclosing class:
XtextElementLinks

protected class XtextElementLinks.XtextLinkAdapter
extends org.eclipse.swt.browser.LocationAdapter

Since:
2.3

Field Summary
protected  XtextElementLinks.ILinkHandler handler
           
 
Constructor Summary
protected XtextElementLinks.XtextLinkAdapter(XtextElementLinks.ILinkHandler handler)
           
 
Method Summary
 void changing(org.eclipse.swt.browser.LocationEvent event)
           
protected  java.net.URI initURI(org.eclipse.swt.browser.LocationEvent event)
           
 
Methods inherited from class org.eclipse.swt.browser.LocationAdapter
changed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handler

protected XtextElementLinks.ILinkHandler handler
Constructor Detail

XtextElementLinks.XtextLinkAdapter

protected XtextElementLinks.XtextLinkAdapter(XtextElementLinks.ILinkHandler handler)
Method Detail

changing

public void changing(org.eclipse.swt.browser.LocationEvent event)
Specified by:
changing in interface org.eclipse.swt.browser.LocationListener
Overrides:
changing in class org.eclipse.swt.browser.LocationAdapter

initURI

protected java.net.URI initURI(org.eclipse.swt.browser.LocationEvent event)