Uses of Interface
com._1c.g5.aef2.standard.viewModels.TreeViewModel
- 
- 
Uses of TreeViewModel in com._1c.g5.aef2.standard.viewModelsMethods in com._1c.g5.aef2.standard.viewModels that return TreeViewModel Modifier and Type Method Description TreeViewModelAefStandardFactory. createTreeViewModel()Returns a new object of class 'Tree View Model'.
- 
Uses of TreeViewModel in com._1c.g5.aef2.standard.viewModels.implClasses in com._1c.g5.aef2.standard.viewModels.impl that implement TreeViewModel Modifier and Type Class Description classTreeViewModelImplAn implementation of the model object 'Tree View Model'.Methods in com._1c.g5.aef2.standard.viewModels.impl that return TreeViewModel Modifier and Type Method Description TreeViewModelAefStandardFactoryImpl. createTreeViewModel()
- 
Uses of TreeViewModel in com._1c.g5.aef2.standard.viewModels.utilMethods in com._1c.g5.aef2.standard.viewModels.util with parameters of type TreeViewModel Modifier and Type Method Description T1AefStandardSwitch. caseTreeViewModel(TreeViewModel object)Returns the result of interpreting the object as an instance of 'Tree View Model'.
- 
Uses of TreeViewModel in com._1c.g5.v8.dt.md.ui.aef.componentsMethods in com._1c.g5.v8.dt.md.ui.aef.components that return TreeViewModel Modifier and Type Method Description protected TreeViewModelCommonAttributeContentTreeComponent. createTreeViewModel()
- 
Uses of TreeViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModelsSubinterfaces of TreeViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels Modifier and Type Interface Description interfaceCommonAttributeContentViewModelA representation of the model object 'Common Attribute Content View Model'.interfaceExchangePlanContentViewModelA representation of the model object 'Exchange Plan Content View Model'.interfacePredefinedDataViewModelA representation of the model object 'Predefined Data View Model'.interfaceRequiredPermissionsViewModelA representation of the model object 'Required Permissions View Model'.
- 
Uses of TreeViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels.implClasses in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl that implement TreeViewModel Modifier and Type Class Description classCommonAttributeContentViewModelImplAn implementation of the model object 'Common Attribute Content View Model'.classExchangePlanContentViewModelImplAn implementation of the model object 'Exchange Plan Content View Model'.classPredefinedDataViewModelImplAn implementation of the model object 'Predefined Data View Model'.classRequiredPermissionsViewModelImplAn implementation of the model object 'Required Permissions View Model'.
- 
Uses of TreeViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels.utilMethods in com._1c.g5.v8.dt.md.ui.aef.viewModels.util with parameters of type TreeViewModel Modifier and Type Method Description T1MdAefSwitch. caseTreeViewModel(TreeViewModel object)Returns the result of interpreting the object as an instance of 'Tree View Model'.
- 
Uses of TreeViewModel in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattributeMethods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattribute with parameters of type TreeViewModel Modifier and Type Method Description protected voidCommonAttributeContentSwtView. createColumns(TreeViewModel treeViewModel, TreeViewer treeViewer, CellLabelProvider labelProvider)protected voidCommonAttributeContentSwtView. handleEventChannelEvent(IEvent event, TreeViewModel viewModel, org.eclipse.swt.widgets.Composite control)
- 
Uses of TreeViewModel in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configurationMethods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration that return TreeViewModel Modifier and Type Method Description protected TreeViewModelConfigurationStandaloneContentComponent. createTreeViewModel()Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration with parameters of type TreeViewModel Modifier and Type Method Description protected voidConfigurationStandaloneContentSwtTreeView. createColumns(TreeViewModel viewModel, TreeViewer treeViewer, CellLabelProvider labelProvider)
- 
Uses of TreeViewModel in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplanMethods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan that return TreeViewModel Modifier and Type Method Description protected TreeViewModelExchangePlanContentComponent. createControlViewModel()protected TreeViewModelExchangePlanContentComponent. createTreeViewModel()Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan with parameters of type TreeViewModel Modifier and Type Method Description protected voidExchangePlanContentSwtTreeView. createColumns(TreeViewModel viewModel, TreeViewer treeViewer, CellLabelProvider labelProvider)
- 
Uses of TreeViewModel in com._1c.g5.v8.dt.md.ui.editor.predefineddataMethods in com._1c.g5.v8.dt.md.ui.editor.predefineddata with parameters of type TreeViewModel Modifier and Type Method Description voidPredefinedDataSwtView. bind(TreeViewModel viewModel, org.eclipse.swt.widgets.Composite nativeControl)protected voidPredefinedDataSwtView. configureTree(TreeViewer treeViewer, TreeViewModel viewModel)protected voidPredefinedDataSwtView. createColumns(TreeViewModel viewModel, TreeViewer treeViewer, CellLabelProvider labelProvider)protected voidPredefinedDataSwtView. handleFocusEvent(FocusEvent event, TreeViewModel viewModel, org.eclipse.swt.widgets.Composite control)
- 
Uses of TreeViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModelsSubinterfaces of TreeViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels Modifier and Type Interface Description interfaceExtendedCommonAttributeContentViewModelA representation of the model object 'Extended Common Attribute Content View Model'.interfaceExtendedExchangePlanContentViewModelA representation of the model object 'Extended Exchange Plan Content View Model'.interfaceExtendedPredefinedDataViewModelA representation of the model object 'Extended Predefined Data View Model'.
- 
Uses of TreeViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.implClasses in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.impl that implement TreeViewModel Modifier and Type Class Description classExtendedCommonAttributeContentViewModelImplAn implementation of the model object 'Extended Common Attribute Content View Model'.classExtendedExchangePlanContentViewModelImplAn implementation of the model object 'Extended Exchange Plan Content View Model'.classExtendedPredefinedDataViewModelImplAn implementation of the model object 'Extended Predefined Data View Model'.
- 
Uses of TreeViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.utilMethods in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.util with parameters of type TreeViewModel Modifier and Type Method Description TAefEditorExtensionSwitch. caseTreeViewModel(TreeViewModel object)Returns the result of interpreting the object as an instance of 'Tree View Model'.
- 
Uses of TreeViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModelsSubinterfaces of TreeViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModels Modifier and Type Interface Description interfaceConfigurationStandaloneContentViewModelA representation of the model object 'Configuration Standalone Content View Model'.
- 
Uses of TreeViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModels.implClasses in com._1c.g5.v8.dt.scc.ui.aef.viewModels.impl that implement TreeViewModel Modifier and Type Class Description classConfigurationStandaloneContentViewModelImplAn implementation of the model object 'Configuration Standalone Content View Model'.
- 
Uses of TreeViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModels.utilMethods in com._1c.g5.v8.dt.scc.ui.aef.viewModels.util with parameters of type TreeViewModel Modifier and Type Method Description TStandaloneContentAefSwitch. caseTreeViewModel(TreeViewModel object)Returns the result of interpreting the object as an instance of 'Tree View Model'.
- 
Uses of TreeViewModel in com._1c.g5.v8.dt.ui.aef.componentClasses in com._1c.g5.v8.dt.ui.aef.component with type parameters of type TreeViewModel Modifier and Type Class Description classDtDynamicTreeComponent<T,M extends IDynamicTreeModel<T>,VM extends TreeViewModel,P extends ITreeParameterization>Abstract implementation of the tree component that operates withIDynamicTreeModel.
- 
Uses of TreeViewModel in com._1c.g5.v8.dt.ui.aef.swt.viewsMethods in com._1c.g5.v8.dt.ui.aef.swt.views with parameters of type TreeViewModel Modifier and Type Method Description voidDtTreeView. bind(TreeViewModel viewModel, org.eclipse.swt.widgets.Composite nativeControl)protected voidDtTreeView. configureTree(TreeViewer treeViewer, TreeViewModel viewModel)Configure created tree.protected voidDtTreeView. createColumns(TreeViewModel viewModel, TreeViewer treeViewer, CellLabelProvider labelProvider)Create columns for the tree.org.eclipse.swt.widgets.CompositeDtTreeView. createControl(org.eclipse.swt.widgets.Composite parent, TreeViewModel viewModel)protected voidDtTreeView. handleEventChannelEvent(IEvent event, TreeViewModel viewModel, org.eclipse.swt.widgets.Composite control)protected voidDtTreeView. handleFocusEvent(FocusEvent event, TreeViewModel viewModel, org.eclipse.swt.widgets.Composite control)
 
-