Uses of Interface
com._1c.g5.aef2.standard.viewModels.TreeViewModel
-
-
Uses of TreeViewModel in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return TreeViewModel Modifier and Type Method Description TreeViewModel
AefStandardFactory. createTreeViewModel()
Returns a new object of class 'Tree View Model'. -
Uses of TreeViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement TreeViewModel Modifier and Type Class Description class
TreeViewModelImpl
An 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 TreeViewModel
AefStandardFactoryImpl. createTreeViewModel()
-
Uses of TreeViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type TreeViewModel Modifier and Type Method Description T1
AefStandardSwitch. 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.components
Methods in com._1c.g5.v8.dt.md.ui.aef.components that return TreeViewModel Modifier and Type Method Description protected TreeViewModel
CommonAttributeContentTreeComponent. createTreeViewModel()
-
Uses of TreeViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels
Subinterfaces of TreeViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels Modifier and Type Interface Description interface
CommonAttributeContentViewModel
A representation of the model object 'Common Attribute Content View Model'.interface
ExchangePlanContentViewModel
A representation of the model object 'Exchange Plan Content View Model'.interface
PredefinedDataViewModel
A representation of the model object 'Predefined Data View Model'.interface
RequiredPermissionsViewModel
A representation of the model object 'Required Permissions View Model'. -
Uses of TreeViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl
Classes in com._1c.g5.v8.dt.md.ui.aef.viewModels.impl that implement TreeViewModel Modifier and Type Class Description class
CommonAttributeContentViewModelImpl
An implementation of the model object 'Common Attribute Content View Model'.class
ExchangePlanContentViewModelImpl
An implementation of the model object 'Exchange Plan Content View Model'.class
PredefinedDataViewModelImpl
An implementation of the model object 'Predefined Data View Model'.class
RequiredPermissionsViewModelImpl
An implementation of the model object 'Required Permissions View Model'. -
Uses of TreeViewModel in com._1c.g5.v8.dt.md.ui.aef.viewModels.util
Methods in com._1c.g5.v8.dt.md.ui.aef.viewModels.util with parameters of type TreeViewModel Modifier and Type Method Description T1
MdAefSwitch. 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.configuration
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration that return TreeViewModel Modifier and Type Method Description protected TreeViewModel
ConfigurationStandaloneContentComponent. 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 void
ConfigurationStandaloneContentSwtTreeView. createColumns(TreeViewModel viewModel, TreeViewer treeViewer, CellLabelProvider labelProvider)
-
Uses of TreeViewModel in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan that return TreeViewModel Modifier and Type Method Description protected TreeViewModel
ExchangePlanContentComponent. createControlViewModel()
protected TreeViewModel
ExchangePlanContentComponent. 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 void
ExchangePlanContentSwtTreeView. createColumns(TreeViewModel viewModel, TreeViewer treeViewer, CellLabelProvider labelProvider)
-
Uses of TreeViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels
Subinterfaces of TreeViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels Modifier and Type Interface Description interface
ExtendedExchangePlanContentViewModel
A representation of the model object 'Extended Exchange Plan Content View Model'. -
Uses of TreeViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.impl
Classes in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.impl that implement TreeViewModel Modifier and Type Class Description class
ExtendedExchangePlanContentViewModelImpl
An implementation of the model object 'Extended Exchange Plan Content View Model'. -
Uses of TreeViewModel in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.util
Methods in com._1c.g5.v8.dt.md.ui.extension.editor.viewModels.util with parameters of type TreeViewModel Modifier and Type Method Description T
AefEditorExtensionSwitch. 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.viewModels
Subinterfaces of TreeViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModels Modifier and Type Interface Description interface
ConfigurationStandaloneContentViewModel
A representation of the model object 'Configuration Standalone Content View Model'. -
Uses of TreeViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModels.impl
Classes in com._1c.g5.v8.dt.scc.ui.aef.viewModels.impl that implement TreeViewModel Modifier and Type Class Description class
ConfigurationStandaloneContentViewModelImpl
An implementation of the model object 'Configuration Standalone Content View Model'. -
Uses of TreeViewModel in com._1c.g5.v8.dt.scc.ui.aef.viewModels.util
Methods in com._1c.g5.v8.dt.scc.ui.aef.viewModels.util with parameters of type TreeViewModel Modifier and Type Method Description T
StandaloneContentAefSwitch. 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.component
Classes in com._1c.g5.v8.dt.ui.aef.component with type parameters of type TreeViewModel Modifier and Type Class Description class
DtDynamicTreeComponent<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.views
Methods in com._1c.g5.v8.dt.ui.aef.swt.views with parameters of type TreeViewModel Modifier and Type Method Description void
DtTreeView. bind(TreeViewModel viewModel, org.eclipse.swt.widgets.Composite nativeControl)
protected void
DtTreeView. configureTree(TreeViewer treeViewer, TreeViewModel viewModel)
Configure created tree.protected void
DtTreeView. createColumns(TreeViewModel viewModel, TreeViewer treeViewer, CellLabelProvider labelProvider)
Create columns for the tree.org.eclipse.swt.widgets.Composite
DtTreeView. createControl(org.eclipse.swt.widgets.Composite parent, TreeViewModel viewModel)
protected void
DtTreeView. handleEventChannelEvent(IEvent event, TreeViewModel viewModel, org.eclipse.swt.widgets.Composite control)
protected void
DtTreeView. handleFocusEvent(FocusEvent event, TreeViewModel viewModel, org.eclipse.swt.widgets.Composite control)
-