public interface MBindingContext extends MApplicationElement
This class describes the hierarchy of contexts that are used by the
EBindingService
to determine which Bindings are currently
available to the user.
The following features are supported:
Modifier and Type | Method and Description |
---|---|
List<MBindingContext> |
getChildren()
Returns the value of the 'Children' containment reference list.
|
String |
getDescription()
Returns the value of the 'Description' attribute
|
String |
getName()
Returns the value of the 'Name' attribute
|
void |
setDescription(String value)
Sets the value of the '
Description ' attribute |
void |
setName(String value)
Sets the value of the '
Name ' attribute |
getContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementId
String getName()
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.
setName(String)
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
String getDescription()
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.
setDescription(String)
void setDescription(String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
List<MBindingContext> getChildren()
MBindingContext
.
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.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.