org.eclipse.emf.ecp.view.spi.custom.model
Interface ECPHardcodedReferences
- All Known Implementing Classes:
- CustomControlStub, CustomControlStub2, CustomControlStub3, ECPAbstractCustomControlSWTStub, ValidationCustomControl
public interface ECPHardcodedReferences
A class implementing ECPHardcodedReferences
indicates, that it provides the set of the
VDomainModelReferences
needed for rendering itself.
- Since:
- 1.2
- Author:
- Eugen Neufeld
getNeededDomainModelReferences
Set<VDomainModelReference> getNeededDomainModelReferences()
- Returns a list of all
VDomainModelReferences
which will be used by this control.
- Returns:
- a
Set
of VDomainModelReferences
to be used by the control
Copyright © 2015. All Rights Reserved.