public interface MBindingTableContainer
This type contains the list of binding 'tables', representing the various sets of bindings based on the applicaiton's current running 'context'. Here the 'context' represents the applicaiton's UI state (i.e. whenther a Dialog is open...).
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MBindingTable> |
getBindingTables()
Returns the value of the 'Binding Tables' containment reference list.
|
java.util.List<MBindingContext> |
getRootContext()
Returns the value of the 'Root Context' containment reference list.
|
java.util.List<MBindingTable> getBindingTables()
MBindingTable.
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.
java.util.List<MBindingContext> getRootContext()
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.