A context service which delegates almost all responsibility to the parent
service. This service is capable of being nested inside a component that is
not recognized by the "source" event mechanism.
This class is not intended for use outside of the
org.eclipse.ui.workbench plug-in.
since: 3.2
Constructor Summary
public
NestableContextService(IContextService parentService, Expression defaultExpression) Construct the new nested slave context.
Parameters: parentService - the parent context service; must not be null. Parameters: defaultExpression - A default expression to use to determine viability.
public NestableContextService(IContextService parentService, Expression defaultExpression)(Code)
Construct the new nested slave context.
Parameters: parentService - the parent context service; must not be null. Parameters: defaultExpression - A default expression to use to determine viability. It'smainly used for conflict resolution. It can benull.