@Deprecated public class ReferenceMultiControlTester extends Object implements ECPApplicableTester
NOT_APPLICABLE| Constructor and Description |
|---|
ReferenceMultiControlTester()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
getTesterPriority(ECPStaticApplicableTester tester,
org.eclipse.emf.ecore.EStructuralFeature feature,
org.eclipse.emf.ecore.EObject eObject)
Deprecated.
Calculates the priority of the attribute tester.
|
int |
isApplicable(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
Deprecated.
Returns the priority of the corresponding control for the combination of the
EObject and the
EStructuralFeature. |
int |
isApplicable(org.eclipse.emf.edit.provider.IItemPropertyDescriptor itemPropertyDescriptor,
org.eclipse.emf.ecore.EObject eObject)
Deprecated.
|
int |
isApplicable(VDomainModelReference domainModelReference)
Deprecated.
|
@Deprecated public int isApplicable(org.eclipse.emf.edit.provider.IItemPropertyDescriptor itemPropertyDescriptor, org.eclipse.emf.ecore.EObject eObject)
EObject and the
IItemPropertyDescriptor.isApplicable in interface ECPApplicableTesteritemPropertyDescriptor - the IItemPropertyDescriptor to testeObject - the EObject to testECPApplicableTester.NOT_APPLICABLE if the corresponding control should not be used, a positivie integer value
otherwise. The control with the highest priority will be taken.public int isApplicable(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
EObject and the
EStructuralFeature.isApplicable in interface ECPApplicableTestereObject - the EObject to testeStructuralFeature - the EStructuralFeature to testECPApplicableTester.NOT_APPLICABLE if the corresponding control should not be used, a positivie integer value
otherwise. The control with the highest priority will be taken.ECPApplicableTester.isApplicable(org.eclipse.emf.ecore.EObject,
org.eclipse.emf.ecore.EStructuralFeature)public static int getTesterPriority(ECPStaticApplicableTester tester, org.eclipse.emf.ecore.EStructuralFeature feature, org.eclipse.emf.ecore.EObject eObject)
tester - the tester to get the priority forfeature - the EStructuralFeatureeObject - the EObject@Deprecated public int isApplicable(VDomainModelReference domainModelReference)
VDomainModelReference.isApplicable in interface ECPApplicableTesterdomainModelReference - the VDomainModelReference to testECPApplicableTester.NOT_APPLICABLE if the corresponding control should not be used, a positivie integer value
otherwise. The control with the highest priority will be taken.ECPApplicableTester.isApplicable(org.eclipse.emf.ecp.view.spi.model.VDomainModelReference)Copyright © 2020. All rights reserved.