private LayoutChoicesControl setupLayoutChoices(Composite parent) {
LayoutChoicesControl result = new LayoutChoicesControl(
parent, LayoutChoicesControl.Style.LINEAR);
result.setLayoutChoices(LayoutGenerators.getLayoutNames(false));
RelationshipSet selectedRelSet =
graph.getDefaultAnalysis().getDefaultRelationshipSet();
java.util.List<RelSetDescriptor> choices =
RelSetDescriptors.buildGraphChoices(graph);
result.setRelSetInput(selectedRelSet, choices);