Package com._1c.g5.v8.dt.qw.ui.tabs
Class TotalsTab
- java.lang.Object
- 
- com._1c.g5.v8.dt.qw.ui.tabs.AbstractLazyTab
- 
- com._1c.g5.v8.dt.qw.ui.tabs.TotalsTab
 
 
- 
 public class TotalsTab extends AbstractLazyTab Tab for totals
- 
- 
Field Summary- 
Fields inherited from class com._1c.g5.v8.dt.qw.ui.tabs.AbstractLazyTabinit, project, querySchemaSource, queryWizard, tabFolder, tabItem
 
- 
 - 
Constructor SummaryConstructors Constructor Description TotalsTab(QueryWizardControl queryWizard, org.eclipse.core.resources.IProject project, org.eclipse.swt.custom.CTabFolder tabFolder)Constructor
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcreateTabContent()Creates content of the tab item, method will be call once when tab item has not been initialized yet.org.eclipse.jface.action.ActiongetActionForUpdate()Get totals action for updateTreeViewergetTotalsAllFieldsTree()Get totals all fields treeTreeViewergetTotalsControlsPointsTree()Get totals controls points treeTreeViewergetTotalsExpressionsTree()Get totals expressions treeprotected voidsetTreeProviders()Sets content and label providers to the trees in tab items- 
Methods inherited from class com._1c.g5.v8.dt.qw.ui.tabs.AbstractLazyTabaddPaintListener, getTabItem, init, isInit, setTabItem, updateTreeProviders
 
- 
 
- 
- 
- 
Constructor Detail- 
TotalsTabpublic 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- CTabFolderfor creating tab on it, cannot be- null
 
 
- 
 - 
Method Detail- 
getTotalsAllFieldsTreepublic TreeViewer getTotalsAllFieldsTree() Get totals all fields tree- Returns:
- totals all fields tree, never null
 
 - 
getTotalsControlsPointsTreepublic TreeViewer getTotalsControlsPointsTree() Get totals controls points tree- Returns:
- totals controls points tree, never null
 
 - 
getTotalsExpressionsTreepublic TreeViewer getTotalsExpressionsTree() Get totals expressions tree- Returns:
- totals expressions tree, never null
 
 - 
getActionForUpdatepublic org.eclipse.jface.action.Action getActionForUpdate() Get totals action for update- Returns:
- totals action for update
 
 - 
setTreeProvidersprotected void setTreeProviders() Description copied from class:AbstractLazyTabSets content and label providers to the trees in tab items- Specified by:
- setTreeProvidersin class- AbstractLazyTab
 
 - 
createTabContentprotected void createTabContent() Description copied from class:AbstractLazyTabCreates content of the tab item, method will be call once when tab item has not been initialized yet. SeeAbstractLazyTab.init()- Specified by:
- createTabContentin class- AbstractLazyTab
 
 
- 
 
-