Uses of Interface
com.e1c.langtool.ui.tree.ITreeItem
Packages that use ITreeItem
Package
Description
-
Uses of ITreeItem in com.e1c.langtool.internal.ui.view
Classes in com.e1c.langtool.internal.ui.view that implement ITreeItemModifier and TypeClassDescriptionclassThe Class allowsIFeatureValueItemto have children ofLanguageFeatureValueItemto show languages in tree.classThe class representsITreeItemthat shows language in tree.classThe Class representsIFeatureValueItemwhen the tree has only one language to translate into.Methods in com.e1c.langtool.internal.ui.view that return types with arguments of type ITreeItemConstructors in com.e1c.langtool.internal.ui.view with parameters of type ITreeItemModifierConstructorDescriptionContainerFeatureValueItem(ITreeItem parent, FeatureValue value, int skipKeySegments) LanguageFeatureValueItem(ITreeItem parent, FeatureValue value, int skipKeySegments, TranslateLanguage sourceLanguage, TranslateLanguage targetLanguage, IEditingContext context, StorageID storageId, org.eclipse.core.resources.IProject project, ITranslationStorageManager storageManager, ValidatorRegistry registry) Instantiates a new language feature value item.SingleLanguageFeatureValueItem(ITreeItem parent, FeatureValue value, int skipKeySegments, TranslateLanguage sourceLanguage, TranslateLanguage targetLanguage, IEditingContext context, org.eclipse.core.resources.IProject project, StorageID storageId, ITranslationStorageManager storageManager, ValidatorRegistry registry) Instantiates a new single language feature value item. -
Uses of ITreeItem in com.e1c.langtool.ui.editor.internal.tree
Classes in com.e1c.langtool.ui.editor.internal.tree that implement ITreeItemMethods in com.e1c.langtool.ui.editor.internal.tree with parameters of type ITreeItemModifier and TypeMethodDescriptionEditorTreeFactory.createFeatureValueItem(ITreeItem parent, FeatureValue value, int skipKeySegments) Constructors in com.e1c.langtool.ui.editor.internal.tree with parameters of type ITreeItemModifierConstructorDescriptionSingleLanguageFeatureValueItem(ITreeItem parent, FeatureValue value, int skipKeySegments, StorageMediator storageMediator) -
Uses of ITreeItem in com.e1c.langtool.ui.editor.main
Methods in com.e1c.langtool.ui.editor.main that return ITreeItemModifier and TypeMethodDescriptionFeatureTreeComposite.getSelection()Gets the selected tree item. -
Uses of ITreeItem in com.e1c.langtool.ui.tree
Subinterfaces of ITreeItem in com.e1c.langtool.ui.treeClasses in com.e1c.langtool.ui.tree that implement ITreeItemFields in com.e1c.langtool.ui.tree declared as ITreeItemMethods in com.e1c.langtool.ui.tree that return ITreeItemModifier and TypeMethodDescriptionprotected ITreeItemAbstractTreeFactory.findParentGroup(ITreeItemContainer scope, FeatureValue currentValue) Find parent group in scope for the current valueFeatureValueItem.getParent()GroupItem.getParent()ITreeItem.getParent()ResourceItem.getParent()DeltaChangedEvent.getSelection()Returns the selection.FeatureTree.getSelection()IFeatureTree.getSelection()Returns the current selection for this provider.Methods in com.e1c.langtool.ui.tree that return types with arguments of type ITreeItemModifier and TypeMethodDescriptionFeatureTree.getChildren()GroupItem.getChildren()ITreeItemContainer.getChildren()ResourceItem.getChildren()Methods in com.e1c.langtool.ui.tree with parameters of type ITreeItemModifier and TypeMethodDescriptionAbstractTreeFactory.createFeatureValueItem(ITreeItem parent, FeatureValue value, int skipKeySegments) Creates a newIFeatureValueItemobject.AbstractTreeFactory.createGroupItem(ITreeItem parent, int skipKeySegments, FeatureKey key) Creates a newGroupItemobject.voidFeatureTree.setSelection(ITreeItem selectedValue) voidIFeatureTree.setSelection(ITreeItem selectedValue) Sets the current selection for this selection provider.Constructors in com.e1c.langtool.ui.tree with parameters of type ITreeItemModifierConstructorDescriptionDeltaChangedEvent(IFeatureTree source, ITreeItem selection) Creates a new event for the given source and selection.FeatureValueItem(ITreeItem parent, FeatureValue value, int skipKeySegments) GroupItem(ITreeItem parent, int skipKeySegments, FeatureKey key)