Package reportgen.gui.genepanel.corepanel.entitypanel

Examples of reportgen.gui.genepanel.corepanel.entitypanel.EntityPanel



    public CorePanel(Window parent, QCore core) throws ReportException {
        initComponents();

        tabs.add("Объекты", new EntityPanel(parent, core));
        tabs.add("Условия", core.getConditions().getPanel(parent));
        tabs.add("Результаты выборки", new ColumnPanel(parent, core));
        tabs.add("Постусловия", core.getPostConditions().getPanel(parent));

        InlineCoreSQLList inlines = core.getConditionInlinesList();
View Full Code Here

TOP

Related Classes of reportgen.gui.genepanel.corepanel.entitypanel.EntityPanel

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.