| |
|
| java.lang.Object org.eclipse.ui.internal.keys.SchemeLegacyWrapper
SchemeLegacyWrapper | final public class SchemeLegacyWrapper implements IKeyConfiguration(Code) | | A wrapper around the new
Scheme class, providing supported for the
old
IKeyConfiguration interface.
since: 3.1 |
Constructor Summary | |
public | SchemeLegacyWrapper(Scheme scheme, BindingManager bindingManager) Constructs a new instance of SchemeWrapper . |
SchemeLegacyWrapper | public SchemeLegacyWrapper(Scheme scheme, BindingManager bindingManager)(Code) | | Constructs a new instance of SchemeWrapper .
Parameters: scheme - The scheme to be wrapped; must not be null . Parameters: bindingManager - The binding manager for this scheme; must not benull . |
isActive | public boolean isActive()(Code) | | |
isDefined | public boolean isDefined()(Code) | | |
|
|
|