org.eclipse.emf.ecp.view.spi.swt
Interface ECPAdditionalRendererTester
- All Known Implementing Classes:
- SWTDiffMergeAdditionTester
public interface ECPAdditionalRendererTester
EPCRendererTester is used by the framework to find the best fitting renderer for a specific ViewModelContext
.
- Since:
- 1.3
- Author:
- Eugen Neufeld
isApplicable
boolean isApplicable(VElement vElement,
ViewModelContext viewModelContext)
- Check whether the provided
VElement
and ViewModelContext
are fitting for the provided renderer.
- Parameters:
vElement
- the VElement
to checkviewModelContext
- the ViewModelContext
to check
- Returns:
- false if the corresponding renderer should not be used,true otherwise.
Copyright © 2014. All Rights Reserved.