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.
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MBindingContext> |
getChildren()
Returns the value of the 'Children' containment reference list.
|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute
|
void |
setDescription(java.lang.String value)
Sets the value of the '
Description' attribute |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute |
getContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementIdjava.lang.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(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()java.lang.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(java.lang.String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()java.util.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.