Package at.bestsolution.efxclipse.text.editor.internal

Examples of at.bestsolution.efxclipse.text.editor.internal.UISynchronizationContext


   *
   * @param parentProvider the parent document provider
   */
  public TextFileDocumentProvider(IDocumentProvider parentProvider) {
    IFileBufferManager manager= FileBuffers.getTextFileBufferManager();
    manager.setSynchronizationContext(new UISynchronizationContext());
    if (parentProvider != null)
      setParentDocumentProvider(parentProvider);

    fResourceRuleFactory= ResourcesPlugin.getWorkspace().getRuleFactory();
  }
View Full Code Here

TOP

Related Classes of at.bestsolution.efxclipse.text.editor.internal.UISynchronizationContext

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.