Package org.eclipse.m2m.atl.core.ui
Class ATLConsoleTracker
java.lang.Object
org.eclipse.m2m.atl.core.ui.ATLConsoleTracker
- All Implemented Interfaces:
org.eclipse.ui.console.IPatternMatchListenerDelegate
public class ATLConsoleTracker
extends Object
implements org.eclipse.ui.console.IPatternMatchListenerDelegate
The ATL console tracker, which adds Hyperlinks.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
connect
(org.eclipse.ui.console.TextConsole console) void
void
matchFound
(org.eclipse.ui.console.PatternMatchEvent event)
-
Constructor Details
-
ATLConsoleTracker
public ATLConsoleTracker()
-
-
Method Details
-
connect
public void connect(org.eclipse.ui.console.TextConsole console) - Specified by:
connect
in interfaceorg.eclipse.ui.console.IPatternMatchListenerDelegate
- See Also:
-
IPatternMatchListenerDelegate.connect(org.eclipse.ui.console.TextConsole)
-
disconnect
public void disconnect()- Specified by:
disconnect
in interfaceorg.eclipse.ui.console.IPatternMatchListenerDelegate
- See Also:
-
IPatternMatchListenerDelegate.disconnect()
-
matchFound
public void matchFound(org.eclipse.ui.console.PatternMatchEvent event) - Specified by:
matchFound
in interfaceorg.eclipse.ui.console.IPatternMatchListenerDelegate
- See Also:
-
IPatternMatchListenerDelegate.matchFound(org.eclipse.ui.console.PatternMatchEvent)
-