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
    • Method Detail

      • 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 check
        viewModelContext - the ViewModelContext to check
        Returns:
        false if the corresponding renderer should not be used,true otherwise.