1 11 package org.eclipse.jdt.ui.search; 12 13 import org.eclipse.jface.viewers.ILabelProvider; 14 import org.eclipse.search.ui.text.Match; 15 import org.eclipse.ui.PartInitException; 16 17 31 public interface IMatchPresentation { 32 40 ILabelProvider createLabelProvider(); 41 61 void showMatch(Match match, int currentOffset, int currentLength, boolean activate) throws PartInitException; 62 } 63 | Popular Tags |