Package com._1c.g5.v8.dt.qw.ui.tabs
Class OrderTab
- java.lang.Object
-
- com._1c.g5.v8.dt.qw.ui.tabs.AbstractLazyTab
-
- com._1c.g5.v8.dt.qw.ui.tabs.OrderTab
-
public class OrderTab extends AbstractLazyTab
Tab for order
-
-
Field Summary
-
Fields inherited from class com._1c.g5.v8.dt.qw.ui.tabs.AbstractLazyTab
init, project, querySchemaSource, queryWizard, tabFolder, tabItem
-
-
Constructor Summary
Constructors Constructor Description OrderTab(QueryWizardControl queryWizard, org.eclipse.core.resources.IProject project, org.eclipse.swt.custom.CTabFolder tabFolder)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
createTabContent()
Creates content of the tab item, method will be call once when tab item has not been initialized yet.org.eclipse.jface.action.Action
getActionForUpdate()
Get action for updateTreeViewer
getOrderAllFieldsTree()
GetTreeViewer
contains available expression for "ORDER" sectionTreeViewer
getOrderTree()
GetTreeViewer
contains expression in "ORDER" sectionprotected void
setTreeProviders()
Sets content and label providers to the trees in tab items-
Methods inherited from class com._1c.g5.v8.dt.qw.ui.tabs.AbstractLazyTab
addPaintListener, getTabItem, init, isInit, setTabItem, updateTreeProviders
-
-
-
-
Constructor Detail
-
OrderTab
public OrderTab(QueryWizardControl queryWizard, org.eclipse.core.resources.IProject project, org.eclipse.swt.custom.CTabFolder tabFolder)
Constructor- Parameters:
queryWizard
- actual Query wizard control, cannot benull
project
- actual context project of Query Builder, cannot benull
tabFolder
- parentCTabFolder
for creating tab on it, cannot benull
-
-
Method Detail
-
getOrderTree
public TreeViewer getOrderTree()
GetTreeViewer
contains expression in "ORDER" section- Returns:
TreeViewer
contains expression in "ORDER" section, nevernull
-
getOrderAllFieldsTree
public TreeViewer getOrderAllFieldsTree()
GetTreeViewer
contains available expression for "ORDER" section- Returns:
TreeViewer
contains available expression for "ORDER" section, nevernull
-
getActionForUpdate
public org.eclipse.jface.action.Action getActionForUpdate()
Get action for update- Returns:
- update action
-
setTreeProviders
protected void setTreeProviders()
Description copied from class:AbstractLazyTab
Sets content and label providers to the trees in tab items- Specified by:
setTreeProviders
in classAbstractLazyTab
-
createTabContent
protected void createTabContent()
Description copied from class:AbstractLazyTab
Creates content of the tab item, method will be call once when tab item has not been initialized yet. SeeAbstractLazyTab.init()
- Specified by:
createTabContent
in classAbstractLazyTab
-
-