1 11 package org.eclipse.jface.text.presentation; 12 13 14 15 import org.eclipse.jface.text.IDocument; 16 import org.eclipse.jface.text.ITypedRegion; 17 import org.eclipse.jface.text.TextPresentation; 18 19 20 41 public interface IPresentationRepairer { 42 43 44 49 void setDocument(IDocument document); 50 51 59 void createPresentation(TextPresentation presentation, ITypedRegion damage); 60 } 61 | Popular Tags |