public interface IHyperlinkPresenterExtension2
IHyperlinkPresenter
with ability to distinguish between the modes in which the
control either takes focus or not when visible.
Clients may implement this interface.
Modifier and Type | Method and Description |
---|---|
void |
showHyperlinks(IHyperlink[] activeHyperlinks,
boolean takesFocusWhenVisible)
Tells this hyperlink presenter to show the given hyperlinks on the installed text viewer and
specifies whether or not the control takes focus when visible.
|
void showHyperlinks(IHyperlink[] activeHyperlinks, boolean takesFocusWhenVisible)
activeHyperlinks
- the hyperlinks to showtakesFocusWhenVisible
- true
if the control takes the focus when visible,
false
otherwise. Will be ignored if there is only one hyperlink to
show.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.