transformation.addPropertyChangeListener(Transformation.MAPPING_STRUCTURES, structureUpdater);
init();
}
private static void installMappingSuggestionTrigger(TreeComponent tree, TreeComponent opposing) {
ActionKeyBinding.install(new SuggestMappingsAction(tree, opposing), tree);
}