org.eclipse.jface.text.hyperlink
Interface IHyperlinkPresenterExtension
-
All Known Implementing Classes:
-
DefaultHyperlinkPresenter,
MultipleHyperlinkPresenter
-
public interface IHyperlinkPresenterExtension
Extends
IHyperlinkPresenter
with ability
to query whether the currently shown hyperlinks
can be hidden.
Clients may implement this interface.
-
Since:
- 3.4
Method Summary
|
boolean
|
canHideHyperlinks
()
Tells whether the currently shown hyperlinks
can be hidden. |
canHideHyperlinks
boolean canHideHyperlinks()
- Tells whether the currently shown hyperlinks
can be hidden.
-
-
Returns:
-
true
if the hyperlink manager can hide the current hyperlinks
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.