Interface IHyperlinkPresenter

    • Method Detail

      • canShowMultipleHyperlinks

        boolean canShowMultipleHyperlinks()
        Tells whether this presenter is able to handle more than one hyperlink.
        Returns:
        true if this presenter can handle more than one hyperlink
      • hideHyperlinks

        void hideHyperlinks()
        Tells this hyperlink presenter to hide the hyperlinks requested to be shown by showHyperlinks(IHyperlink[]).
      • install

        void install​(ITextViewer textViewer)
        Installs this hyperlink presenter on the given text viewer.
        Parameters:
        textViewer - the text viewer
      • uninstall

        void uninstall()
        Uninstalls this hyperlink presenter.