Package | Description |
---|---|
org.eclipse.debug.ui.console |
Provides a set of interfaces and classes for rendering and annotating text in the debug console. |
Modifier and Type | Class and Description |
---|---|
class |
FileLink
A hyperlink that opens a file in a text editor and selects a range of text.
|
Modifier and Type | Method and Description |
---|---|
void |
IConsole.addLink(IConsoleHyperlink link,
int offset,
int length)
Deprecated.
replaced with addLink(IHyperlink link, int offset, int length)
|
IRegion |
IConsole.getRegion(IConsoleHyperlink link)
Deprecated.
replaced with getRegion(IHyperlink link) instead
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.