Package org.eclipse.gef.examples.logicdesigner.edit

Examples of org.eclipse.gef.examples.logicdesigner.edit.TreePartFactory


    bars.updateActionBars();
  }

  protected void configureOutlineViewer(){
    getViewer().setEditDomain(getEditDomain());
    getViewer().setEditPartFactory(new TreePartFactory());
    ContextMenuProvider provider = new LogicContextMenuProvider(getViewer(), getActionRegistry());
    getViewer().setContextMenu(provider);
    getSite().registerContextMenu(
      "org.eclipse.gef.examples.logic.outline.contextmenu", //$NON-NLS-1$
      provider, getSite().getSelectionProvider());
View Full Code Here

TOP

Related Classes of org.eclipse.gef.examples.logicdesigner.edit.TreePartFactory

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.