Class AdditionallyTab


  • public class AdditionallyTab
    extends AbstractLazyTab
    Tab for additionally actions
    • Constructor Detail

      • AdditionallyTab

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

      • getAllTablesForUpdateTree

        public TreeViewer getAllTablesForUpdateTree()
        Gets TreeViewer contains all avaialbel tables for "FOR UPDATE" section
        Returns:
        TreeViewer contains all avaialbel tables for "FOR UPDATE" section, never null
      • getTablesForUpdateTree

        public TreeViewer getTablesForUpdateTree()
        Gets TreeViewer contains tables using in "FOR UPDATE" section
        Returns:
        TreeViewer contains tables using in "FOR UPDATE" section, never null
      • getTabUpdateAction

        public org.eclipse.jface.action.Action getTabUpdateAction()
        Get action for update controls
        Returns:
        action for update controls, never null