Package org.eclipse.ui.texteditor

Examples of org.eclipse.ui.texteditor.IDocumentProviderExtension.updateStateCache()


   * @see org.eclipse.ui.texteditor.IDocumentProviderExtension#updateStateCache(java.lang.Object)
   */
  public void updateStateCache(Object element) throws CoreException {
    if (fParentProvider instanceof IDocumentProviderExtension) {
      IDocumentProviderExtension extension= (IDocumentProviderExtension)fParentProvider;
      extension.updateStateCache(element);
    }
  }

  /*
   * @see org.eclipse.ui.texteditor.IDocumentProviderExtension#setCanSaveDocument(java.lang.Object)
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.