Class TotalsTab

    • Constructor Detail

      • TotalsTab

        public TotalsTab​(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

      • getTotalsAllFieldsTree

        public TreeViewer getTotalsAllFieldsTree()
        Get totals all fields tree
        Returns:
        totals all fields tree, never null
      • getTotalsControlsPointsTree

        public TreeViewer getTotalsControlsPointsTree()
        Get totals controls points tree
        Returns:
        totals controls points tree, never null
      • getTotalsExpressionsTree

        public TreeViewer getTotalsExpressionsTree()
        Get totals expressions tree
        Returns:
        totals expressions tree, never null
      • getActionForUpdate

        public org.eclipse.jface.action.Action getActionForUpdate()
        Get totals action for update
        Returns:
        totals action for update