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();
InlineCoreSQLList sql = core.getResultInlinesList();
InlineCoreJavaList java = core.getResultInJavaList();