Uses of Interface
org.eclipse.e4.ui.model.application.commands.MCategory
Packages that use MCategory
Package
Description
Application programming interfaces describing the Eclipse 4 application model elements.
-
Uses of MCategory in org.eclipse.e4.ui.model.application
Methods in org.eclipse.e4.ui.model.application that return types with arguments of type MCategoryModifier and TypeMethodDescriptionMApplication.getCategories()
Returns the value of the 'Categories' containment reference list. -
Uses of MCategory in org.eclipse.e4.ui.model.application.commands
Methods in org.eclipse.e4.ui.model.application.commands that return MCategoryModifier and TypeMethodDescriptionMCommandsFactory.createCategory()
Returns a new object of class 'Category'.MCommand.getCategory()
Returns the value of the 'Category' reference.Methods in org.eclipse.e4.ui.model.application.commands with parameters of type MCategoryModifier and TypeMethodDescriptionvoid
MCommand.setCategory
(MCategory value) Sets the value of the 'Category
' reference. -
Uses of MCategory in org.eclipse.e4.ui.model.application.commands.impl
Classes in org.eclipse.e4.ui.model.application.commands.impl that implement MCategoryModifier and TypeClassDescriptionclass
An implementation of the model object 'Category'.Fields in org.eclipse.e4.ui.model.application.commands.impl declared as MCategoryModifier and TypeFieldDescriptionprotected MCategory
CommandImpl.category
The cached value of the 'Category
' reference.Methods in org.eclipse.e4.ui.model.application.commands.impl that return MCategoryModifier and TypeMethodDescriptionCommandImpl.basicGetCategory()
CommandsFactoryImpl.createCategory()
CommandImpl.getCategory()
Methods in org.eclipse.e4.ui.model.application.commands.impl with parameters of type MCategory -
Uses of MCategory in org.eclipse.e4.ui.model.application.commands.util
Methods in org.eclipse.e4.ui.model.application.commands.util with parameters of type MCategoryModifier and TypeMethodDescriptionCommandsSwitch.caseCategory
(MCategory object) Returns the result of interpreting the object as an instance of 'Category'. -
Uses of MCategory in org.eclipse.e4.ui.model.application.impl
Fields in org.eclipse.e4.ui.model.application.impl with type parameters of type MCategoryModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<MCategory>
ApplicationImpl.categories
The cached value of the 'Categories
' containment reference list.Methods in org.eclipse.e4.ui.model.application.impl that return types with arguments of type MCategory