public interface IHyperlink
Clients may implement this interface.
Modifier and Type | Method and Description |
---|---|
IRegion |
getHyperlinkRegion()
The region covered by this type of hyperlink.
|
String |
getHyperlinkText()
Optional text for this hyperlink.
|
String |
getTypeLabel()
Optional label for this type of hyperlink.
|
void |
open()
Opens the given hyperlink.
|
IRegion getHyperlinkRegion()
String getTypeLabel()
This type label can be used by IHyperlinkPresenter
s
which show several hyperlinks at once.
null
if noneString getHyperlinkText()
This can be used in situations where there are several targets for the same hyperlink location.
null
if nonevoid open()
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.