| }
};
fAddFieldExcludeMappingAction.setEnabled(false);
fExpandAllAction =
new CollapseAllAction(
"Expand All",
DozerPlugin.getDefault().getImageRegistry().getDescriptor(DozerPlugin.IMG_EXPAND_ALL),
mappings,
false);
fCollapseAllAction =
new CollapseAllAction(
"Collapse All",
DozerPlugin.getDefault().getImageRegistry().getDescriptor(DozerPlugin.IMG_COLLAPSE_ALL),
mappings,
true);
fExtendAction =
|