Eclipse Platform
2.1

org.eclipse.debug.ui.console
Interface IConsoleHyperlink

All Known Implementing Classes:
FileLink

public interface IConsoleHyperlink

A hyperlink in the console. Link behavior is implementation dependent.

Clients may implement this interface.

Since:
2.1

Method Summary
 void linkActivated()
          Notification that this link has been activated.
 void linkEntered()
          Notification that the mouse has entered this link's region.
 void linkExited()
          Notification that the mouse has exited this link's region
 

Method Detail

linkEntered

public void linkEntered()
Notification that the mouse has entered this link's region.

linkExited

public void linkExited()
Notification that the mouse has exited this link's region

linkActivated

public void linkActivated()
Notification that this link has been activated. Performs context specific linking.

Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.