public class BindingTableImpl extends ApplicationElementImpl implements MBindingTable
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected MBindingContext |
bindingContext
The cached value of the '
Binding Context' reference |
protected <any> |
bindings
The cached value of the '
Bindings' containment reference list |
CONTRIBUTOR_URI_EDEFAULT, contributorURI, ELEMENT_ID_EDEFAULT, elementId, persistedState, tags, transientData| Modifier | Constructor and Description |
|---|---|
protected |
BindingTableImpl() |
| Modifier and Type | Method and Description |
|---|---|
MBindingContext |
basicGetBindingContext() |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
MBindingContext |
getBindingContext() |
java.util.List<MKeyBinding> |
getBindings() |
void |
setBindingContext(MBindingContext newBindingContext) |
getContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementId, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementIdprotected <any> bindings
Bindings' containment reference list.
getBindings()protected MBindingContext bindingContext
Binding Context' reference.
getBindingContext()protected EClass eStaticClass()
eStaticClass in class ApplicationElementImplpublic java.util.List<MKeyBinding> getBindings()
getBindings in interface MBindingTablepublic MBindingContext getBindingContext()
getBindingContext in interface MBindingTableMBindingTable.setBindingContext(MBindingContext)public MBindingContext basicGetBindingContext()
public void setBindingContext(MBindingContext newBindingContext)
setBindingContext in interface MBindingTablenewBindingContext - the new value of the 'Binding Context' reference.MBindingTable.getBindingContext()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class ApplicationElementImplpublic java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class ApplicationElementImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in class ApplicationElementImplpublic void eUnset(int featureID)
eUnset in class ApplicationElementImplpublic boolean eIsSet(int featureID)
eIsSet in class ApplicationElementImpl