Package org.eclipse.compare

Examples of org.eclipse.compare.SharedDocumentAdapter


  public Object getAdapter(Class adapter) {
    if (adapter == ISharedDocumentAdapter.class) {
      synchronized (this) {
        if (sharedDocumentAdapter == null)
          sharedDocumentAdapter = new SharedDocumentAdapter() {
            public IEditorInput getDocumentKey(Object element) {
              return StorageTypedElement.this
                  .getDocumentKey(element);
            }
View Full Code Here

TOP

Related Classes of org.eclipse.compare.SharedDocumentAdapter

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.