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 voidFilterCriterionEditorContentPageComponent.addMdObjectToTrie(MdObject eObject, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, EObjectTrie eObjectTrie) AddsMdObjectand 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 voidFunctionalOptionEditorContentPageComponent.addMdObjectToTrie(MdObject eObject, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, EObjectTrie eObjectTrie) AddsMdObjectand 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 voidFunctionalOptionsParameterUseComponent.addMdObjectToTrie(MdObject eObject, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, EObjectTrie eObjectTrie) AddsMdObjectand 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 voidDtGranularEditorGenerationBaseComponent.addBaseOnToTrie(MdObject object, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, EObjectTrie eObjectTrie) static voidDtGranularEditorGenerationBaseComponent.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 EObjectTrieMdUtil.createEObjectTrieForTopModelObjects(Collection<org.eclipse.emf.ecore.EObject> topModelObjects, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider) Creates anEObjectTriefrom 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 theEObjectTrierepresenting 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 EObjectTrieCompareTestUtils.createEObjectTrie(String... symlinks) CreatesEObjectTriefor 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 EObjectTrieDistributionSupportUiUtil.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.