public class ConsoleHyperlink extends Object implements org.eclipse.ui.console.IHyperlink
| Modifier and Type | Field and Description |
|---|---|
protected String |
file |
protected Region |
region |
| Constructor and Description |
|---|
ConsoleHyperlink(String file,
Region region) |
| Modifier and Type | Method and Description |
|---|---|
void |
linkActivated() |
void |
linkEntered() |
void |
linkExited() |
public void linkEntered()
linkEntered in interface org.eclipse.ui.console.IHyperlinkpublic void linkExited()
linkExited in interface org.eclipse.ui.console.IHyperlinkpublic void linkActivated()
linkActivated in interface org.eclipse.ui.console.IHyperlinkCopyright © 2020. All rights reserved.