Uses of Interface
org.eclipse.ui.console.IPatternMatchListenerDelegate
-
Packages that use IPatternMatchListenerDelegate Package Description org.eclipse.ui.console Application programming interfaces for interaction with the Eclipse console. -
-
Uses of IPatternMatchListenerDelegate in org.eclipse.ui.console
Subinterfaces of IPatternMatchListenerDelegate in org.eclipse.ui.console Modifier and Type Interface Description interface
IPatternMatchListener
A pattern match listener is registered with aTextConsole
, and is notified when its pattern has been matched to contents in that console.
-