public interface MBindingTable extends MApplicationElement
A set of Bindings that will be active if the matching MBindingContext
is active.
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
MBindingContext |
getBindingContext()
Returns the value of the 'Binding Context' reference
|
List<MKeyBinding> |
getBindings()
Returns the value of the 'Bindings' containment reference list.
|
void |
setBindingContext(MBindingContext value)
Sets the value of the '
Binding Context' reference |
getContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementIdList<MKeyBinding> getBindings()
MKeyBinding.
Developers: Add more detailed documentation by editing this comment in org.eclipse.ui.model.workbench/model/UIElements.ecore. There is a GenModel/documentation node under each type and attribute.
MBindingContext getBindingContext()
Developers: Add more detailed documentation by editing this comment in org.eclipse.ui.model.workbench/model/UIElements.ecore. There is a GenModel/documentation node under each type and attribute.
setBindingContext(MBindingContext)void setBindingContext(MBindingContext value)
Binding Context' reference.
value - the new value of the 'Binding Context' reference.getBindingContext()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.