Search in sources :

Example 1 with IGuiGeneratorService

use of org.eclipse.richbeans.api.generator.IGuiGeneratorService in project gda-core by openGDA.

the class AcquireDataWizardPage method createDetectorUIControls.

private void createDetectorUIControls(IDetectorModel detectorModel) {
    final IGuiGeneratorService guiGenerator = context.get(IGuiGeneratorService.class);
    detectorControl = guiGenerator.generateGui(detectorModel, detectorComposite);
    detectorAreaStackLayout.topControl = detectorControl;
    detectorComposite.layout();
}
Also used : IGuiGeneratorService(org.eclipse.richbeans.api.generator.IGuiGeneratorService)

Aggregations

IGuiGeneratorService (org.eclipse.richbeans.api.generator.IGuiGeneratorService)1