Interface DelegateLabelProvider

All Superinterfaces:
org.eclipse.emf.ecore.EValidator.SubstitutionLabelProvider
All Known Implementing Classes:
ExeedLabelProvider

public interface DelegateLabelProvider extends org.eclipse.emf.ecore.EValidator.SubstitutionLabelProvider
A EValidator.SubstitutionLabelProvider that can delegate to another
Since:
2.5
  • Method Summary

    Modifier and Type
    Method
    Description
    delegate(org.eclipse.emf.ecore.EValidator.SubstitutionLabelProvider delegate)
    Delegate.

    Methods inherited from interface org.eclipse.emf.ecore.EValidator.SubstitutionLabelProvider

    getFeatureLabel, getObjectLabel, getValueLabel
  • Method Details

    • delegate

      DelegateLabelProvider delegate(org.eclipse.emf.ecore.EValidator.SubstitutionLabelProvider delegate)
      Delegate.
      Parameters:
      delegate - the delegate
      Returns:
      the delegate label provider