org.eclipse.xtext.common.types.ui.query
Class UIParticipant

java.lang.Object
  extended by org.eclipse.xtext.common.types.ui.query.UIParticipant
All Implemented Interfaces:
org.eclipse.jdt.ui.search.IMatchPresentation

public class UIParticipant
extends java.lang.Object
implements org.eclipse.jdt.ui.search.IMatchPresentation

Author:
Sebastian Zarnekow - Initial contribution and API

Constructor Summary
UIParticipant()
           
 
Method Summary
 org.eclipse.jface.viewers.ILabelProvider createLabelProvider()
           
 void showMatch(org.eclipse.search.ui.text.Match match, int currentOffset, int currentLength, boolean activate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIParticipant

public UIParticipant()
Method Detail

createLabelProvider

public org.eclipse.jface.viewers.ILabelProvider createLabelProvider()
Specified by:
createLabelProvider in interface org.eclipse.jdt.ui.search.IMatchPresentation

showMatch

public void showMatch(org.eclipse.search.ui.text.Match match,
                      int currentOffset,
                      int currentLength,
                      boolean activate)
Specified by:
showMatch in interface org.eclipse.jdt.ui.search.IMatchPresentation