public DependencySection(ComposerFormPage page, Composite parent, Dependencies dependencies, String title, String description, boolean expanded) {
super(page, parent, Section.EXPANDED | Section.DESCRIPTION | Section.TWISTIE | Section.TITLE_BAR, new String[]{"Edit...", "Remove", "Update"});
this.dependencies = dependencies;
createClient(getSection(), page.getManagedForm().getToolkit(), title, description, expanded);
updateJob = new UpdateDevJob(page.getComposerEditor().getProject());
updateJob.setUser(true);
}