Package org.springframework.ide.eclipse.config.ui.editors.integration.graph

Examples of org.springframework.ide.eclipse.config.ui.editors.integration.graph.ImplicitChannelEditPolicy


  }

  @Override
  protected void createEditPolicies() {
    super.createEditPolicies();
    installEditPolicy(EditPolicy.COMPONENT_ROLE, new ImplicitChannelEditPolicy());
    installEditPolicy(EditPolicy.DIRECT_EDIT_ROLE, null);
    installEditPolicy(EditPolicy.GRAPHICAL_NODE_ROLE, null);
  }
View Full Code Here

TOP

Related Classes of org.springframework.ide.eclipse.config.ui.editors.integration.graph.ImplicitChannelEditPolicy

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.