Uses of Class
com._1c.g5.v8.dt.common.EObjectTrie
-
Packages that use EObjectTrie Package Description com._1c.g5.v8.dt.md com._1c.g5.v8.dt.md.ui.aef.models com._1c.g5.v8.dt.md.ui.subsystems com._1c.g5.v8.dt.navigator.filters com._1c.g5.v8.dt.testing.compare -
-
Uses of EObjectTrie in com._1c.g5.v8.dt.md
Methods in com._1c.g5.v8.dt.md that return EObjectTrie Modifier and Type Method Description static 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 EObjectTrie Constructor Description NavigatorTreeDialogModel(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 EObjectTrie Modifier and Type Method Description EObjectTrieIFilterBySubsystemsManager. 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.navigator.filters
Methods in com._1c.g5.v8.dt.navigator.filters that return EObjectTrie Modifier and Type Method Description EObjectTrieIFilteredNavigatorContentProvider. getFilteredNavigatorContent(IEClassBasedNavigatorFilter eClassBasedNavigatorFilter)Returns theEObjectTrierepresenting the filtered navigator content keeping the objects order. -
Uses of EObjectTrie in com._1c.g5.v8.dt.testing.compare
Methods in com._1c.g5.v8.dt.testing.compare that return EObjectTrie Modifier and Type Method Description static EObjectTrieCompareTestUtils. createEObjectTrie(String... symlinks)CreatesEObjectTriefor the given collection of symlinks.
-