Class ConditionsTab

    • Constructor Detail

      • ConditionsTab

        public ConditionsTab​(QueryWizardControl queryWizard,
                             org.eclipse.core.resources.IProject project,
                             org.eclipse.swt.custom.CTabFolder tabFolder)
        Constructor
        Parameters:
        queryWizard - actual Query wizard control, cannot be null
        project - actual context project of Query Builder, cannot be null
        tabFolder - parent CTabFolder for creating tab on it, cannot be null
    • Method Detail

      • getAllSourcesTree

        public TreeViewer getAllSourcesTree()
        Gets TreeViewer with all field available for condition section from query operator
        Returns:
        TreeViewer with all field available for condition section from query operator, never null
      • getConditionsTree

        public TreeViewer getConditionsTree()
        Gets TreeViewer for condition section of the query operator
        Returns:
        TreeViewer for condition section of the query operator, never null
      • addConditionFromTreeItem

        public void addConditionFromTreeItem​(AbstractQueryWizardEditProvider editProvider,
                                             org.eclipse.swt.widgets.TreeItem item)
        Add new condition
        Parameters:
        editProvider -