Class AddInTemplateWizardEnablementPredicate

java.lang.Object
com._1c.g5.v8.dt.addin.ui.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 Details

    • AddInTemplateWizardEnablementPredicate

      public AddInTemplateWizardEnablementPredicate()
  • Method Details

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