Package systole.view.tabs.results.background

Examples of systole.view.tabs.results.background.ControllerBackground


        this.selectionModel = new SelectionModel();
        this.reportModel = new ReportModel(this.analysis);
        this.resultsModel = new ResultsModel(this.analysis);
        this.frmAnalysis = new JpnlAnalysis(this);
        this.controllerIndex = new ControllerIndex(this.analysis.getPatient());
        this.controllerBackground = new ControllerBackground(this.analysis.getPatient());
    }
View Full Code Here

TOP

Related Classes of systole.view.tabs.results.background.ControllerBackground

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.