public boolean apply(IntegrationEntity entity) {
return entity != activeTf;
}
});
selector.setToolbarTitle("Select the transformation to which the mappings will be exported: ");
selector.setTreeFilterFunction(new LeafDisplayNameFilterFunction(StringMatcher.CONTAINS_IGNORE_CASE, true));
selector.setIncludeToolbar(true);
return selector;
}