Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ui.forms.events
Class HyperlinkAdapter


java.lang.Object
  extended by 
org.eclipse.ui.forms.events.HyperlinkAdapter
All Implemented Interfaces:
IHyperlinkListener

public class HyperlinkAdapter
extends Object
implements IHyperlinkListener

This adapter class provides default implementations for the methods described by the HyperlinkListener interface.

Classes that wish to deal with HyperlinkEvent s can extend this class and override only the methods which they are interested in.

Since:
3.0
See Also:
IHyperlinkListener, HyperlinkEvent

Constructor Summary
HyperlinkAdapter ()
           
 
Method Summary
 void linkActivated ( HyperlinkEvent e)
          Sent when the link is activated.
 void linkEntered ( HyperlinkEvent e)
          Sent when the link is entered.
 void linkExited ( HyperlinkEvent e)
          Sent when the link is exited.
 
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

linkEntered

public void linkEntered(
HyperlinkEvent e)
Sent when the link is entered. The default behaviour is to do nothing.

Specified by:
linkEntered in interface IHyperlinkListener
Parameters:
e - the event

linkExited

public void linkExited(
HyperlinkEvent e)
Sent when the link is exited. The default behaviour is to do nothing.

Specified by:
linkExited in interface IHyperlinkListener
Parameters:
e - the event

linkActivated

public void linkActivated(
HyperlinkEvent e)
Sent when the link is activated. The default behaviour is to do nothing.

Specified by:
linkActivated in interface IHyperlinkListener
Parameters:
e - the event

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

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


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire