@Deprecated public class AttributeMultiControlTester extends Object implements ECPApplicableTester
NOT_APPLICABLE
Constructor and Description |
---|
AttributeMultiControlTester()
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 feature)
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 ECPApplicableTester
itemPropertyDescriptor
- 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 feature)
EObject
and the
EStructuralFeature
.isApplicable
in interface ECPApplicableTester
eObject
- the EObject
to testfeature
- 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 EStructuralFeature
eObject
- the EObject
@Deprecated public int isApplicable(VDomainModelReference domainModelReference)
VDomainModelReference
.isApplicable
in interface ECPApplicableTester
domainModelReference
- 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 © 2019. All rights reserved.