}
});
annotationsTable.addSelectionChangedListener(new ISelectionChangedListener() {
public void selectionChanged(SelectionChangedEvent event) {
propertySheet.selectionChanged(null, event.getSelection());
}
});
final FormLayout form = new FormLayout();
annotationsComposite.setLayout(form);