|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHyperlink
Represents a hyperlink.
Clients may implement this interface.
Method Summary | |
---|---|
IRegion |
getHyperlinkRegion()
The region covered by this type of hyperlink. |
java.lang.String |
getHyperlinkText()
Optional text for this hyperlink. |
java.lang.String |
getTypeLabel()
Optional label for this type of hyperlink. |
void |
open()
Opens the given hyperlink. |
Method Detail |
---|
IRegion getHyperlinkRegion()
java.lang.String getTypeLabel()
This type label can be used by IHyperlinkPresenter
s
which show several hyperlinks at once.
null
if nonejava.lang.String getHyperlinkText()
This can be used in situations where there are several targets for the same hyperlink location.
null
if nonevoid open()
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.