| |
|
| java.lang.Object org.eclipse.ui.internal.contexts.ContextLegacyWrapper
ContextLegacyWrapper | public class ContextLegacyWrapper implements IContext(Code) | | This implements the old IContext interface based on the new
context implementation in org.eclipse.ui.contexts . This is a
wrapper.
since: 3.1 |
Constructor Summary | |
public | ContextLegacyWrapper(Context context, ContextManager contextManager) Constructs a new instance of ContextWrapper . |
ContextLegacyWrapper | public ContextLegacyWrapper(Context context, ContextManager contextManager)(Code) | | Constructs a new instance of ContextWrapper .
Parameters: context - The context to wrapper; must not be null . Parameters: contextManager - The context manager that maintains the set of active contexts;must not be null . |
isDefined | public boolean isDefined()(Code) | | |
isEnabled | public boolean isEnabled()(Code) | | |
|
|
|