Class AddInTemplateWizardEnablementPredicate

  • All Implemented Interfaces:
    com.google.common.base.Predicate<org.eclipse.emf.ecore.EObject>, Predicate<org.eclipse.emf.ecore.EObject>

    public class AddInTemplateWizardEnablementPredicate
    extends Object
    implements com.google.common.base.Predicate<org.eclipse.emf.ecore.EObject>
    Predicate for enable creation add-in template in template wizard
    • Constructor Detail

      • AddInTemplateWizardEnablementPredicate

        public AddInTemplateWizardEnablementPredicate()
    • Method Detail

      • apply

        public boolean apply​(org.eclipse.emf.ecore.EObject object)
        Specified by:
        apply in interface com.google.common.base.Predicate<org.eclipse.emf.ecore.EObject>