Interface IHyperlinkListener

All Known Implementing Classes:
HyperlinkAdapter

public interface IHyperlinkListener
  • Method Details

    • linkActivated

      void linkActivated(Control linkLabel)
      Parameters:
      linkLabel - org.eclipse.swt.widgets.Label
    • linkEntered

      void linkEntered(Control linkLabel)
      Parameters:
      linkLabel - org.eclipse.swt.widgets.Label
    • linkExited

      void linkExited(Control linkLabel)
      Parameters:
      linkLabel - org.eclipse.swt.widgets.Label