public final class CellLabelProviderUtil extends Object
CellLabelProvider.| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.jface.viewers.CellLabelProvider |
createCellLabelProvider(org.eclipse.emf.ecore.EObject parent,
org.eclipse.emf.ecore.EStructuralFeature feature,
org.eclipse.emf.ecore.EReference... path)
Creates a
CellLabelProvider. |
static org.eclipse.jface.viewers.CellLabelProvider |
createCellLabelProvider(VDomainModelReference domainModelReference,
org.eclipse.emf.ecore.EObject parent)
Creates a
CellLabelProvider. |
public static org.eclipse.jface.viewers.CellLabelProvider createCellLabelProvider(VDomainModelReference domainModelReference, org.eclipse.emf.ecore.EObject parent)
CellLabelProvider.domainModelReference - the domain model reference specifying the valueparent - the domain objectpublic static org.eclipse.jface.viewers.CellLabelProvider createCellLabelProvider(org.eclipse.emf.ecore.EObject parent,
org.eclipse.emf.ecore.EStructuralFeature feature,
org.eclipse.emf.ecore.EReference... path)
CellLabelProvider.parent - the domain objectfeature - the feature of the valuepath - the path of the valueCopyright © 2020. All rights reserved.