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 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 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 EObjectTrie
IFilterBySubsystemsManager. 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.navigator.filters
Methods in com._1c.g5.v8.dt.navigator.filters that return EObjectTrie Modifier and Type Method Description EObjectTrie
IFilteredNavigatorContentProvider. getFilteredNavigatorContent(IEClassBasedNavigatorFilter eClassBasedNavigatorFilter)
Returns theEObjectTrie
representing 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 EObjectTrie
CompareTestUtils. createEObjectTrie(String... symlinks)
CreatesEObjectTrie
for the given collection of symlinks.
-