Package org.springframework.ide.eclipse.webflow.ui.graph.parts

Examples of org.springframework.ide.eclipse.webflow.ui.graph.parts.StateTreeEditPartFactory


      super(viewer);
    }

    protected void configureOutlineViewer() {
      getViewer().setEditDomain(getEditDomain());
      getViewer().setEditPartFactory(new StateTreeEditPartFactory());
      ContextMenuProvider provider = new WebflowContextMenuProvider(
          getViewer(), getActionRegistry());
      getViewer().setContextMenu(provider);
      getSite()
          .registerContextMenu(
View Full Code Here

TOP

Related Classes of org.springframework.ide.eclipse.webflow.ui.graph.parts.StateTreeEditPartFactory

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.