add(queryImportPanel);
tabSupport.registerSaticTab(".cq-tabQueryImport");
}
private void initQueryEditorTab(PageParameters params, TabHelper tabSupport) {
QueryEditorPanel queryEditorPanel = new QueryEditorPanel("queryEditorPanel", params);
add(queryEditorPanel);
tabSupport.registerSaticTab(".cq-tabQueryEditor");
}