// create the viewer for the tree
treeViewer = new TreeViewer(tree);
treeViewer.setContentProvider(CONTENT_PROVIDER);
ODOMLabelDecorator labelDecorator = new ODOMLabelDecorator(
context.getPolicyResource(),
new DeviceProblemMarkerFinder(
context.getDeviceRepositoryAccessorManager()),
new TreeItemContainer(tree));