Class ConsoleHyperlink

  • All Implemented Interfaces:
    org.eclipse.ui.console.IHyperlink

    public class ConsoleHyperlink
    extends java.lang.Object
    implements org.eclipse.ui.console.IHyperlink
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String file  
      protected Region region  
    • Constructor Summary

      Constructors 
      Constructor Description
      ConsoleHyperlink​(java.lang.String file, Region region)  
    • Field Detail

      • file

        protected java.lang.String file
      • region

        protected Region region
    • Constructor Detail

      • ConsoleHyperlink

        public ConsoleHyperlink​(java.lang.String file,
                                Region region)
    • Method Detail

      • linkEntered

        public void linkEntered()
        Specified by:
        linkEntered in interface org.eclipse.ui.console.IHyperlink
      • linkExited

        public void linkExited()
        Specified by:
        linkExited in interface org.eclipse.ui.console.IHyperlink
      • linkActivated

        public void linkActivated()
        Specified by:
        linkActivated in interface org.eclipse.ui.console.IHyperlink