Package reportgen.gui.genepanel.subreportpanel

Examples of reportgen.gui.genepanel.subreportpanel.SubreportPanel


        this.parent = parent;
        this.reportManager = aReportManager;

        maintab.add("Основные параметры", new TitlePanelImpl(parent, reportInfo));
        maintab.add("Входные данные", new InputPanel(parent, reportQuery));
        maintab.add("Подотчеты", new SubreportPanel(parent, reportQuery, reportInfo.getID(), reportManager));
        maintab.add("Результаты", new ResultsPanel(parent, reportQuery));
        maintab.add("Форматирование результатов", new FormatTablePanel(parent, reportQuery));

        initCores();
    }
View Full Code Here

TOP

Related Classes of reportgen.gui.genepanel.subreportpanel.SubreportPanel

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.