Uses of Interface
org.eclipse.e4.ui.model.application.commands.MBindingContext
Packages that use MBindingContext
Package
Description
-
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. -
Uses of MBindingContext in org.eclipse.e4.ui.model.application.commands.impl
Classes in org.eclipse.e4.ui.model.application.commands.impl that implement MBindingContextModifier and TypeClassDescriptionclass
An implementation of the model object 'Binding Context'.Fields in org.eclipse.e4.ui.model.application.commands.impl declared as MBindingContextModifier and TypeFieldDescriptionprotected MBindingContext
BindingTableImpl.bindingContext
The cached value of the 'Binding Context
' reference.Fields in org.eclipse.e4.ui.model.application.commands.impl with type parameters of type MBindingContextModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<MBindingContext>
BindingContextImpl.children
The cached value of the 'Children
' containment reference list.Methods in org.eclipse.e4.ui.model.application.commands.impl that return MBindingContextModifier and TypeMethodDescriptionBindingTableImpl.basicGetBindingContext()
CommandsFactoryImpl.createBindingContext()
BindingTableImpl.getBindingContext()
Methods in org.eclipse.e4.ui.model.application.commands.impl that return types with arguments of type MBindingContextMethods in org.eclipse.e4.ui.model.application.commands.impl with parameters of type MBindingContextModifier and TypeMethodDescriptionvoid
BindingTableImpl.setBindingContext
(MBindingContext newBindingContext) -
Uses of MBindingContext in org.eclipse.e4.ui.model.application.commands.util
Methods in org.eclipse.e4.ui.model.application.commands.util with parameters of type MBindingContextModifier and TypeMethodDescriptionCommandsSwitch.caseBindingContext
(MBindingContext object) Returns the result of interpreting the object as an instance of 'Binding Context'. -
Uses of MBindingContext in org.eclipse.e4.ui.model.application.descriptor.basic.impl
Fields in org.eclipse.e4.ui.model.application.descriptor.basic.impl with type parameters of type MBindingContextModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<MBindingContext>
PartDescriptorImpl.bindingContexts
The cached value of the 'Binding Contexts
' reference list.Methods in org.eclipse.e4.ui.model.application.descriptor.basic.impl that return types with arguments of type MBindingContext -
Uses of MBindingContext in org.eclipse.e4.ui.model.application.impl
Fields in org.eclipse.e4.ui.model.application.impl with type parameters of type MBindingContextModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<MBindingContext>
ApplicationImpl.bindingContexts
The cached value of the 'Binding Contexts
' reference list.protected org.eclipse.emf.common.util.EList<MBindingContext>
ApplicationImpl.rootContext
The cached value of the 'Root Context
' containment reference list.Methods in org.eclipse.e4.ui.model.application.impl that return types with arguments of type MBindingContextModifier and TypeMethodDescriptionApplicationImpl.getBindingContexts()
ApplicationImpl.getRootContext()
-
Uses of MBindingContext in org.eclipse.e4.ui.model.application.ui.advanced.impl
Fields in org.eclipse.e4.ui.model.application.ui.advanced.impl with type parameters of type MBindingContextModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<MBindingContext>
PerspectiveImpl.bindingContexts
The cached value of the 'Binding Contexts
' reference list.Methods in org.eclipse.e4.ui.model.application.ui.advanced.impl that return types with arguments of type MBindingContext -
Uses of MBindingContext in org.eclipse.e4.ui.model.application.ui.basic.impl
Fields in org.eclipse.e4.ui.model.application.ui.basic.impl with type parameters of type MBindingContextModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<MBindingContext>
PartImpl.bindingContexts
The cached value of the 'Binding Contexts
' reference list.protected org.eclipse.emf.common.util.EList<MBindingContext>
WindowImpl.bindingContexts
The cached value of the 'Binding Contexts
' reference list.Methods in org.eclipse.e4.ui.model.application.ui.basic.impl that return types with arguments of type MBindingContext -
Uses of MBindingContext in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal that return MBindingContextModifier and TypeMethodDescriptionBindingToModelProcessor.getBindingContext
(MApplication application, String id) Workbench.getBindingContext
(String id)