|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.ecp.view.internal.rule.RuleServiceHelperImpl
public class RuleServiceHelperImpl
| Constructor Summary | |
|---|---|
RuleServiceHelperImpl()
|
|
| Method Summary | ||
|---|---|---|
void |
dispose()
Dispose. |
|
|
getInvolvedEObjects(org.eclipse.emf.ecore.EStructuralFeature.Setting setting,
Object newValue,
Class<T> renderableClass)
Gets the involved EObjects that would be hidden
or disabled if newValue would be set. |
|
int |
getPriority()
Returns the priority for this view service. |
|
void |
instantiate(ViewModelContext context)
Instantiate the view service. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuleServiceHelperImpl()
| Method Detail |
|---|
public void instantiate(ViewModelContext context)
instantiate in interface ViewModelServicecontext - the ViewModelContextViewModelService.instantiate(org.eclipse.emf.ecp.view.spi.context.ViewModelContext)public void dispose()
dispose in interface ViewModelServiceViewModelService.dispose()public int getPriority()
getPriority in interface ViewModelServiceViewModelService.getPriority()
public <T extends VElement> Set<T> getInvolvedEObjects(org.eclipse.emf.ecore.EStructuralFeature.Setting setting,
Object newValue,
Class<T> renderableClass)
EObjects that would be hidden
or disabled if newValue would be set.
getInvolvedEObjects in interface RuleServiceHelperT - the type of the returned EObjectssetting - the current settingnewValue - the new value which may be setrenderableClass - the class type that has to be matched. Used for filtering the result set
VElements that match the given type TRuleServiceHelper.getInvolvedEObjects(org.eclipse.emf.ecore.EStructuralFeature.Setting,
java.lang.Object, java.lang.Class)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||