@Override
protected List<PaletteEntry> createConnectionTools() {
List<PaletteEntry> entries = new ArrayList<PaletteEntry>();
ToolEntry tool = new ConnectionCreationToolEntry(
Messages.getString("IntegrationEditorPaletteFactory.CONNECTION_COMPONENT_TITLE"), Messages.getString("IntegrationEditorPaletteFactory.CONNECTION_COMPONENT_DESCRIPTION"), //$NON-NLS-1$ //$NON-NLS-2$
new TransitionCreationFactory(), ConfigGraphCommonImages.CONNECTION_SOLID,
ConfigGraphCommonImages.CONNECTION_SOLID);
entries.add(tool);
tool = new ConnectionCreationToolEntry(
"mapping/recipient/wire-tap", //$NON-NLS-1$