Package eu.admire.workbench.pd.diagram.navigator

Examples of eu.admire.workbench.pd.diagram.navigator.DispelNavigatorItem


    if (diagram == null || diagram.eResource() == null) {
      return StructuredSelection.EMPTY;
    }
    IFile file = WorkspaceSynchronizer.getFile(diagram.eResource());
    if (file != null) {
      DispelNavigatorItem item = new DispelNavigatorItem(diagram, file,
          false);
      return new StructuredSelection(item);
    }
    return StructuredSelection.EMPTY;
  }
View Full Code Here

TOP

Related Classes of eu.admire.workbench.pd.diagram.navigator.DispelNavigatorItem

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.