Uses of Interface
com.e1c.langtool.ui.tree.IFeatureTree
Packages that use IFeatureTree
Package
Description
-
Uses of IFeatureTree in com.e1c.langtool.ui.editor
Methods in com.e1c.langtool.ui.editor that return IFeatureTree -
Uses of IFeatureTree in com.e1c.langtool.ui.editor.main
Constructors in com.e1c.langtool.ui.editor.main with parameters of type IFeatureTreeModifierConstructorDescriptionQuerySelectionProvider(IFeatureTree featureTree, org.eclipse.swt.widgets.Display display) -
Uses of IFeatureTree in com.e1c.langtool.ui.tree
Classes in com.e1c.langtool.ui.tree that implement IFeatureTreeMethods in com.e1c.langtool.ui.tree that return IFeatureTreeModifier and TypeMethodDescriptionAbstractTreeFactory.createFeatureTree()Creates a newIFeatureTreeobject.Methods in com.e1c.langtool.ui.tree with parameters of type IFeatureTreeModifier and TypeMethodDescriptionvoidAbstractTreeFactory.fillUpTree(IFeatureTree tree, Collection<FeatureValue> values, boolean isHierarhical) Fills the tree fromFeatureValuevalues.Constructors in com.e1c.langtool.ui.tree with parameters of type IFeatureTreeModifierConstructorDescriptionDeltaChangedEvent(IFeatureTree source, ITreeItem selection) Creates a new event for the given source and selection.