|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 VElement s
are affected if a setting is changed. |
Uses of Rule in org.eclipse.emf.ecp.view.rule.test |
---|
Methods in org.eclipse.emf.ecp.view.rule.test that return Rule | |
---|---|
Rule |
RuleHandle.getRule()
|
Methods in org.eclipse.emf.ecp.view.rule.test with parameters of type Rule | |
---|---|
static void |
RuleTest.addFalseLeafCondition(Rule rule)
|
static void |
RuleTest.addTrueLeafCondition(Rule rule)
|
Constructors in org.eclipse.emf.ecp.view.rule.test with parameters of type Rule | |
---|---|
RuleHandle(Rule rule,
VElement renderable,
org.eclipse.emf.ecore.EObject domainObject)
Constructor. |
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'. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |