TPTP 4.4.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.internal.editor.form.base
Class HyperlinkAdapter

java.lang.Object
  extended byorg.eclipse.hyades.test.ui.internal.editor.form.base.HyperlinkAdapter
All Implemented Interfaces:
org.eclipse.hyades.test.ui.editor.form.base.IHyperlinkListener

public class HyperlinkAdapter
extends java.lang.Object
implements org.eclipse.hyades.test.ui.editor.form.base.IHyperlinkListener


Constructor Summary
HyperlinkAdapter()
           
 
Method Summary
 void linkActivated(org.eclipse.swt.widgets.Control linkLabel)
           
 void linkEntered(org.eclipse.swt.widgets.Control linkLabel)
           
 void linkExited(org.eclipse.swt.widgets.Control linkLabel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HyperlinkAdapter

public HyperlinkAdapter()
Method Detail

linkActivated

public void linkActivated(org.eclipse.swt.widgets.Control linkLabel)
Specified by:
linkActivated in interface org.eclipse.hyades.test.ui.editor.form.base.IHyperlinkListener

linkEntered

public void linkEntered(org.eclipse.swt.widgets.Control linkLabel)
Specified by:
linkEntered in interface org.eclipse.hyades.test.ui.editor.form.base.IHyperlinkListener

linkExited

public void linkExited(org.eclipse.swt.widgets.Control linkLabel)
Specified by:
linkExited in interface org.eclipse.hyades.test.ui.editor.form.base.IHyperlinkListener

TPTP 4.4.0 Testing Tools Project
Internal API Specification