Uses of Interface
org.eclipse.e4.ui.model.application.commands.MBindingContext
Packages that use MBindingContext
-
Uses of MBindingContext in org.eclipse.e4.ui.model.application.commands
Methods in org.eclipse.e4.ui.model.application.commands that return MBindingContextModifier and TypeMethodDescriptionMCommandsFactory.createBindingContext()
Returns a new object of class 'Binding Context'.MBindingTable.getBindingContext()
Returns the value of the 'Binding Context' reference.Methods in org.eclipse.e4.ui.model.application.commands that return types with arguments of type MBindingContextModifier and TypeMethodDescriptionMBindings.getBindingContexts()
Returns the value of the 'Binding Contexts' reference list.MBindingContext.getChildren()
Returns the value of the 'Children' containment reference list.MBindingTableContainer.getRootContext()
Returns the value of the 'Root Context' containment reference list.Methods in org.eclipse.e4.ui.model.application.commands with parameters of type MBindingContextModifier and TypeMethodDescriptionvoid
MBindingTable.setBindingContext
(MBindingContext value) Sets the value of the 'Binding Context
' reference.