Eclipse Platform
Release 3.4

org.eclipse.jface.text.hyperlink
Interface IHyperlinkPresenterExtension

All Known Implementing Classes:
DefaultHyperlinkPresenter

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.
 

Method Detail

canHideHyperlinks

public boolean canHideHyperlinks()
Tells whether the currently shown hyperlinks can be hidden.

Returns:
true if the hyperlink manager can hide the current hyperlinks

Eclipse Platform
Release 3.4

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.