Uses of Interface
org.eclipse.e4.ui.model.application.commands.MCategory
-
Packages that use MCategory Package Description org.eclipse.e4.ui.model.application Application programming interfaces describing the Eclipse 4 application model elements.org.eclipse.e4.ui.model.application.commands -
-
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 MCategory Modifier and Type Method Description List<MCategory>MApplication. 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 MCategory Modifier and Type Method Description MCategoryMCommandsFactory. createCategory()Returns a new object of class 'Category'.MCategoryMCommand. getCategory()Returns the value of the 'Category' reference.Methods in org.eclipse.e4.ui.model.application.commands with parameters of type MCategory Modifier and Type Method Description voidMCommand. setCategory(MCategory value)Sets the value of the 'Category' reference.
-