Package com._1c.g5.v8.dt.qw.ui.tabs
Class AliasesTab
java.lang.Object
com._1c.g5.v8.dt.qw.ui.tabs.AbstractLazyTab
com._1c.g5.v8.dt.qw.ui.tabs.AliasesTab
Tab for aliases and aperators editing
- 
Field SummaryFields inherited from class com._1c.g5.v8.dt.qw.ui.tabs.AbstractLazyTabinit, project, querySchemaSource, queryWizard, tabFolder, tabItem
- 
Constructor SummaryConstructorsConstructorDescriptionAliasesTab(QueryWizardControl queryWizard, org.eclipse.core.resources.IProject project, org.eclipse.swt.custom.CTabFolder tabFolder) Constructor
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidCreates content of the tab item, method will be call once when tab item has not been initialized yet.org.eclipse.jface.action.ActionGetsTreeViewerfor aliases of the queryGetsTreeViewerfor query operatorsprotected voidSets content and label providers to the trees in tab itemsvoidUpdates columns for aliases TreeMethods inherited from class com._1c.g5.v8.dt.qw.ui.tabs.AbstractLazyTabaddPaintListener, getTabItem, init, isInit, setTabItem, updateTreeProviders
- 
Constructor Details- 
AliasesTabpublic AliasesTab(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 Details- 
getOperatorsTreeGetsTreeViewerfor query operators- Returns:
- TreeViewerfor query operators, never- null
 
- 
getAliasesTreeGetsTreeViewerfor aliases of the query- Returns:
- TreeViewerfor aliases of the query, never- null
 
- 
getAliasChangeActionpublic org.eclipse.jface.action.Action getAliasChangeAction()- Returns:
- aliasChangeAction
 
- 
updateOperatorColumnpublic void updateOperatorColumn()Updates columns for aliases Tree
- 
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
 
 
-