1 11 12 package org.eclipse.jface.text; 13 14 15 22 public interface IDocumentPartitionerExtension3 { 23 24 33 void startRewriteSession(DocumentRewriteSession session) throws IllegalStateException ; 34 35 42 void stopRewriteSession(DocumentRewriteSession session); 43 44 49 DocumentRewriteSession getActiveRewriteSession(); 50 51 69 void connect(IDocument document, boolean delayInitialization); 70 } 71 | Popular Tags |