Class ATLConsoleTracker

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

    public class ATLConsoleTracker
    extends java.lang.Object
    implements org.eclipse.ui.console.IPatternMatchListenerDelegate
    The ATL console tracker, which adds Hyperlinks.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void connect​(org.eclipse.ui.console.TextConsole console)
      void disconnect()
      void matchFound​(org.eclipse.ui.console.PatternMatchEvent event)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ATLConsoleTracker

        public ATLConsoleTracker()
    • Method Detail

      • connect

        public void connect​(org.eclipse.ui.console.TextConsole console)
        Specified by:
        connect in interface org.eclipse.ui.console.IPatternMatchListenerDelegate
        See Also:
        IPatternMatchListenerDelegate.connect(org.eclipse.ui.console.TextConsole)
      • disconnect

        public void disconnect()
        Specified by:
        disconnect in interface org.eclipse.ui.console.IPatternMatchListenerDelegate
        See Also:
        IPatternMatchListenerDelegate.disconnect()
      • matchFound

        public void matchFound​(org.eclipse.ui.console.PatternMatchEvent event)
        Specified by:
        matchFound in interface org.eclipse.ui.console.IPatternMatchListenerDelegate
        See Also:
        IPatternMatchListenerDelegate.matchFound(org.eclipse.ui.console.PatternMatchEvent)