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...).
The following features are supported:
Modifier and Type | Method and Description |
---|---|
List<MBindingTable> |
getBindingTables()
Returns the value of the 'Binding Tables' containment reference list.
|
List<MBindingContext> |
getRootContext()
Returns the value of the 'Root Context' containment reference list.
|
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.
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.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.