Uses of Interface
org.eclipse.emf.ecp.view.spi.rule.model.Rule

Packages that use Rule
org.eclipse.emf.ecp.view.internal.rule   
org.eclipse.emf.ecp.view.spi.rule.model   
org.eclipse.emf.ecp.view.spi.rule.model.impl   
org.eclipse.emf.ecp.view.spi.rule.model.util   
 

Uses of Rule in org.eclipse.emf.ecp.view.internal.rule
 

Classes in org.eclipse.emf.ecp.view.internal.rule with type parameters of type Rule
 class RuleRegistry<T extends Rule>
          Rule registry that maintains which VElements are affected if a setting is changed.
 

Uses of Rule in org.eclipse.emf.ecp.view.spi.rule.model
 

Subinterfaces of Rule in org.eclipse.emf.ecp.view.spi.rule.model
 interface EnableRule
          A representation of the model object 'Enable Rule'.
 interface ShowRule
          A representation of the model object 'Show Rule'.
 

Uses of Rule in org.eclipse.emf.ecp.view.spi.rule.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.rule.model.impl that implement Rule
 class EnableRuleImpl
          An implementation of the model object 'Enable Rule'.
 class RuleImpl
          An implementation of the model object 'Rule'.
 class ShowRuleImpl
          An implementation of the model object 'Show Rule'.
 

Uses of Rule in org.eclipse.emf.ecp.view.spi.rule.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.rule.model.util with parameters of type Rule
 T RuleSwitch.caseRule(Rule object)
          Returns the result of interpreting the object as an instance of 'Rule'.
 



Copyright © 2015. All Rights Reserved.