Uses of Interface
com._1c.g5.v8.dt.common.IEObjectTrie.INode
-
Packages that use IEObjectTrie.INode Package Description com._1c.g5.v8.dt.common com._1c.g5.v8.dt.navigator.filters -
-
Uses of IEObjectTrie.INode in com._1c.g5.v8.dt.common
Methods in com._1c.g5.v8.dt.common that return IEObjectTrie.INode Modifier and Type Method Description IEObjectTrie.INodeIEObjectTrie.INode. getChild(String childName)Gets the child node associated with the given name.IEObjectTrie.INodeEObjectTrie. getNode(org.eclipse.xtext.naming.QualifiedName qualifiedName)IEObjectTrie.INodeIEObjectTrie. getNode(org.eclipse.xtext.naming.QualifiedName qualifiedName)Gets the trie node associated with the given path.IEObjectTrie.INodeIEObjectTrie.INode. getParent()Returns the parent node.Methods in com._1c.g5.v8.dt.common that return types with arguments of type IEObjectTrie.INode Modifier and Type Method Description Collection<IEObjectTrie.INode>EObjectTrie. getChildren(org.eclipse.xtext.naming.QualifiedName qualifiedName)Collection<IEObjectTrie.INode>IEObjectTrie. getChildren(org.eclipse.xtext.naming.QualifiedName qualifiedName)Gets the children of the trie node achievable by the given path.Collection<IEObjectTrie.INode>IEObjectTrie.INode. getChildren()Gets the children nodes.Comparator<IEObjectTrie.INode>EObjectTrie. getNodeComparator()Gets theIEObjectTrie.INodecomparator to sort child nodes in the trie.Method parameters in com._1c.g5.v8.dt.common with type arguments of type IEObjectTrie.INode Modifier and Type Method Description voidEObjectTrie. setNodeComparator(Comparator<IEObjectTrie.INode> nodeComparator)Sets theIEObjectTrie.INodecomparator to sort child nodes in the trie. -
Uses of IEObjectTrie.INode in com._1c.g5.v8.dt.navigator.filters
Methods in com._1c.g5.v8.dt.navigator.filters that return types with arguments of type IEObjectTrie.INode Modifier and Type Method Description Comparator<IEObjectTrie.INode>IFilteredNavigatorContentProvider. createTrieNodeComparator(org.eclipse.core.resources.IProject project)Creates navigator tree node comparator.
-