Uses of Class
com._1c.g5.v8.dt.common.EObjectFeature
-
Packages that use EObjectFeature Package Description com._1c.g5.v8.dt.ui.aef.models -
-
Uses of EObjectFeature in com._1c.g5.v8.dt.ui.aef.models
Methods in com._1c.g5.v8.dt.ui.aef.models that return types with arguments of type EObjectFeature Modifier and Type Method Description Collection<EObjectFeature>
NavigatorTreeModel. getTrackingObjectFeatures()
Returns the list of models this model listens to.Constructor parameters in com._1c.g5.v8.dt.ui.aef.models with type arguments of type EObjectFeature Constructor Description NavigatorTreeModel(Object input, List<org.eclipse.emf.ecore.EStructuralFeature> features, Collection<EObjectFeature> trackingObjectFeatures, Collection<org.eclipse.emf.ecore.EStructuralFeature> trackingFeatures, Class<?>[] nodesToFlatten, List<TreeItemFilter> treeItemFilters)
Creates a new model.
-