Home
last modified time | relevance | path

Searched refs:STRING_MODEL_FRAGMENT__FEATURENAME (Results 1 – 5 of 5) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/fragment/impl/
H A DStringModelFragmentImpl.java156 FragmentPackageImpl.STRING_MODEL_FRAGMENT__FEATURENAME, oldFeaturename, featurename)); in setFeaturename()
215 case FragmentPackageImpl.STRING_MODEL_FRAGMENT__FEATURENAME: in eGet()
234 case FragmentPackageImpl.STRING_MODEL_FRAGMENT__FEATURENAME: in eSet()
257 case FragmentPackageImpl.STRING_MODEL_FRAGMENT__FEATURENAME: in eUnset()
280 case FragmentPackageImpl.STRING_MODEL_FRAGMENT__FEATURENAME: in eIsSet()
H A DFragmentPackageImpl.java210 public static final int STRING_MODEL_FRAGMENT__FEATURENAME = MODEL_FRAGMENT_FEATURE_COUNT + 0; field in FragmentPackageImpl
529 createEAttribute(stringModelFragmentEClass, STRING_MODEL_FRAGMENT__FEATURENAME); in createPackageContents()
695 public static final EAttribute STRING_MODEL_FRAGMENT__FEATURENAME = eINSTANCE field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/dialogs/
H A DFeatureSelectionDialog.java206 FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME, f.feature.getName()); in okPressed()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/common/component/
H A DStringModelFragment.java154 FeaturePath.fromList(FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME), in getLabelProperties()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/internal/
H A DE4Properties.java385 …itProperties.value(editingDomain, FragmentPackageImpl.Literals.STRING_MODEL_FRAGMENT__FEATURENAME); in featureName()