Uses of Class
com._1c.g5.v8.dt.common.EObjectTrie
Packages that use EObjectTrie
Package
Description
-
Uses of EObjectTrie in com._1c.g5.v8.dt.internal.md.ui.editors.filtercriterion
Methods in com._1c.g5.v8.dt.internal.md.ui.editors.filtercriterion with parameters of type EObjectTrieModifier and TypeMethodDescriptionstatic void
FilterCriterionEditorContentPageComponent.addMdObjectToTrie
(MdObject eObject, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, EObjectTrie eObjectTrie) AddsMdObject
and its parent to theIEObjectTrie
. -
Uses of EObjectTrie in com._1c.g5.v8.dt.internal.md.ui.editors.functionaloption
Methods in com._1c.g5.v8.dt.internal.md.ui.editors.functionaloption with parameters of type EObjectTrieModifier and TypeMethodDescriptionstatic void
FunctionalOptionEditorContentPageComponent.addMdObjectToTrie
(MdObject eObject, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, EObjectTrie eObjectTrie) AddsMdObject
and its parent to theIEObjectTrie
-
Uses of EObjectTrie in com._1c.g5.v8.dt.internal.md.ui.editors.functionaloptionsparameter
Methods in com._1c.g5.v8.dt.internal.md.ui.editors.functionaloptionsparameter with parameters of type EObjectTrieModifier and TypeMethodDescriptionstatic void
FunctionalOptionsParameterUseComponent.addMdObjectToTrie
(MdObject eObject, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, EObjectTrie eObjectTrie) AddsMdObject
and its parent to theIEObjectTrie
. -
Uses of EObjectTrie in com._1c.g5.v8.dt.internal.md.ui.editors.pages.generation
Methods in com._1c.g5.v8.dt.internal.md.ui.editors.pages.generation with parameters of type EObjectTrieModifier and TypeMethodDescriptionstatic void
DtGranularEditorGenerationBaseComponent.addBaseOnToTrie
(MdObject object, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, EObjectTrie eObjectTrie) static void
DtGranularEditorGenerationBaseComponent.addBasisForToTrie
(String baseOnObjectName, IBmEmfIndexProvider bmEmfIndexProvider, EObjectTrie eObjectTrie, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider) -
Uses of EObjectTrie in com._1c.g5.v8.dt.internal.md.ui.subsystems
Methods in com._1c.g5.v8.dt.internal.md.ui.subsystems that return EObjectTrieModifier and TypeMethodDescriptionFilterBySubsystemsManager.getSubsystemsTrie
(org.eclipse.core.resources.IProject project) -
Uses of EObjectTrie in com._1c.g5.v8.dt.md
Methods in com._1c.g5.v8.dt.md that return EObjectTrieModifier and TypeMethodDescriptionstatic EObjectTrie
MdUtil.createEObjectTrieForTopModelObjects
(Collection<org.eclipse.emf.ecore.EObject> topModelObjects, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider) Creates anEObjectTrie
from the given collection of top model objects. -
Uses of EObjectTrie in com._1c.g5.v8.dt.md.ui.aef.models
Constructor parameters in com._1c.g5.v8.dt.md.ui.aef.models with type arguments of type EObjectTrieModifierConstructorDescriptionNavigatorTreeDialogModel
(ISubtreeInducer subtreeInducer, Map<IV8Project, EObjectTrie> trieMap, Class<?>[] nodesToFlatten, List<Object> initialSelected) Creates new navigator tree dialog model. -
Uses of EObjectTrie in com._1c.g5.v8.dt.md.ui.subsystems
Methods in com._1c.g5.v8.dt.md.ui.subsystems that return EObjectTrieModifier and TypeMethodDescriptionIFilterBySubsystemsManager.getSubsystemsTrie
(org.eclipse.core.resources.IProject project) Returns theEObjectTrie
representing the subsystems keeping the objects order for givenIProject
. -
Uses of EObjectTrie in com._1c.g5.v8.dt.testing.compare
Methods in com._1c.g5.v8.dt.testing.compare that return EObjectTrieModifier and TypeMethodDescriptionstatic EObjectTrie
CompareTestUtils.createEObjectTrie
(String... symlinks) CreatesEObjectTrie
for the given collection of symlinks. -
Uses of EObjectTrie in com.e1c.g5.v8.dt.internal.md.distribution.support.ui
Methods in com.e1c.g5.v8.dt.internal.md.distribution.support.ui that return EObjectTrieModifier and TypeMethodDescriptionstatic EObjectTrie
DistributionSupportUiUtil.createTrie
(org.eclipse.core.resources.IProject project, org.eclipse.emf.ecore.EClass[] containedEClasses, Predicate<org.eclipse.xtext.resource.IEObjectDescription> includeToTriePredicate, IFilteredNavigatorContentProvider filteredNavigatorContentProvider) Creates project trie.