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

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


        ConfigGraphCommonImages.CONNECTION_SOLID);
    entries.add(tool);

    tool = new ConnectionCreationToolEntry(
        "mapping/recipient/wire-tap", //$NON-NLS-1$
        Messages.getString("IntegrationEditorPaletteFactory.WIRE_TAP_COMPONENT_DESCRIPTION"), new AlternateTransitionCreationFactory(), ConfigGraphCommonImages.CONNECTION_DASHED, //$NON-NLS-1$
        ConfigGraphCommonImages.CONNECTION_DASHED);
    entries.add(tool);
    return entries;
  }
View Full Code Here

TOP

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

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.