Uses of Interface
com._1c.g5.aef2.standard.viewModels.StaticTreeItemViewModel
Packages that use StaticTreeItemViewModel
Package
Description
-
Uses of StaticTreeItemViewModel in com._1c.g5.aef2.standard.viewModels
Methods in com._1c.g5.aef2.standard.viewModels that return StaticTreeItemViewModelModifier and TypeMethodDescriptionAefStandardFactory.createStaticTreeItemViewModel()
Returns a new object of class 'Static Tree Item View Model'.Methods in com._1c.g5.aef2.standard.viewModels that return types with arguments of type StaticTreeItemViewModelModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<StaticTreeItemViewModel>
StaticTreeItemViewModel.getChildren()
Returns the value of the 'Children' containment reference list.org.eclipse.emf.common.util.EList<StaticTreeItemViewModel>
StaticTreeInput.getRoots()
Returns the value of the 'Roots' containment reference list. -
Uses of StaticTreeItemViewModel in com._1c.g5.aef2.standard.viewModels.impl
Classes in com._1c.g5.aef2.standard.viewModels.impl that implement StaticTreeItemViewModelModifier and TypeClassDescriptionclass
An implementation of the model object 'Static Tree Item View Model'.Fields in com._1c.g5.aef2.standard.viewModels.impl with type parameters of type StaticTreeItemViewModelModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<StaticTreeItemViewModel>
StaticTreeItemViewModelImpl.children
The cached value of the 'Children
' containment reference list.protected org.eclipse.emf.common.util.EList<StaticTreeItemViewModel>
StaticTreeInputImpl.roots
The cached value of the 'Roots
' containment reference list.Methods in com._1c.g5.aef2.standard.viewModels.impl that return StaticTreeItemViewModelMethods in com._1c.g5.aef2.standard.viewModels.impl that return types with arguments of type StaticTreeItemViewModelModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<StaticTreeItemViewModel>
StaticTreeItemViewModelImpl.getChildren()
org.eclipse.emf.common.util.EList<StaticTreeItemViewModel>
StaticTreeInputImpl.getRoots()
-
Uses of StaticTreeItemViewModel in com._1c.g5.aef2.standard.viewModels.util
Methods in com._1c.g5.aef2.standard.viewModels.util with parameters of type StaticTreeItemViewModelModifier and TypeMethodDescriptionAefStandardSwitch.caseStaticTreeItemViewModel
(StaticTreeItemViewModel object) Returns the result of interpreting the object as an instance of 'Static Tree Item View Model'.