| |
|
| java.lang.Object org.eclipse.ui.internal.contexts.ContextManagerLegacyWrapper
ContextManagerLegacyWrapper | final public class ContextManagerLegacyWrapper implements org.eclipse.core.commands.contexts.IContextManagerListener,IContextManager(Code) | | A wrapper around the new API that supports the old API. This manager also
adds support for reading from the registry.
since: 3.1 |
Constructor Summary | |
public | ContextManagerLegacyWrapper(ContextManager contextManager) Constructs a new instance of MutableContextManager . |
ContextManagerLegacyWrapper | public ContextManagerLegacyWrapper(ContextManager contextManager)(Code) | | Constructs a new instance of MutableContextManager . The
registry is created on the platform's extension registry.
Parameters: contextManager - The manager which will provided the real support; must not benull . |
contextManagerChanged | public void contextManagerChanged(org.eclipse.core.commands.contexts.ContextManagerEvent contextManagerEvent)(Code) | | |
setEnabledContextIds | public void setEnabledContextIds(Set enabledContextIds)(Code) | | |
|
|
|