ISourceContainerType type = container.getType();
name = container.getName();
image = DebugUITools.getSourceContainerImage(type.getId());
enabled = true;
}
ContainerStatusGroup group = elements.getContainerStatusGroup();
group.getStatusLabel().setText(status);
group.getTypeImageLabel().setImage(image);
group.getContainerNameLabel().setText(name);
group.setEnabled(enabled);
group.layout();
}
};
updater.addConsumer(rootScope, showContainerTypeValue);
updater.addDependency(showContainerTypeValue, containerFactoryButtonValue);