Uses of Class
org.eclipse.core.commands.Category
Package
Description
Application programming interfaces for commands and handlers.
Provides support for retrieving information on Commands from the workbench.
-
Uses of Category in org.eclipse.core.commands
Modifier and TypeMethodDescriptionfinal Category
CategoryEvent.getCategory()
Returns the instance of the interface that changed.Command.getCategory()
Returns the category for this command.CommandManager.getCategory
(String categoryId) Gets the category with the given identifier.Category[]
CommandManager.getDefinedCategories()
Returns the categories that are defined.Modifier and TypeMethodDescriptionvoid
Defines this command by giving it a name, and possibly a description as well.void
Command.define
(String name, String description, Category category, IParameter[] parameters) Defines this command by giving it a name, and possibly a description as well.void
Command.define
(String name, String description, Category category, IParameter[] parameters, ParameterType returnType) Defines this command by giving it a name, and possibly a description as well.void
Command.define
(String name, String description, Category category, IParameter[] parameters, ParameterType returnType, String helpContextId) Defines this command by giving it a name, and possibly a description as well.ModifierConstructorDescriptionCategoryEvent
(Category category, boolean definedChanged, boolean descriptionChanged, boolean nameChanged) Creates a new instance of this class. -
Uses of Category in org.eclipse.e4.core.commands
Modifier and TypeMethodDescriptionECommandService.defineCategory
(String id, String name, String description) ECommandService.getCategory
(String categoryId) Get category for id.Modifier and TypeMethodDescriptionECommandService.defineCommand
(String id, String name, String description, Category category, IParameter[] parameters) ECommandService.defineCommand
(String id, String name, String description, Category category, IParameter[] parameters, String helpContextId) -
Uses of Category in org.eclipse.e4.core.commands.internal
Modifier and TypeMethodDescriptionCommandServiceImpl.defineCategory
(String id, String name, String description) CommandServiceImpl.getCategory
(String categoryId) Modifier and TypeMethodDescriptionCommandServiceImpl.defineCommand
(String id, String name, String description, Category category, IParameter[] parameters) CommandServiceImpl.defineCommand
(String id, String name, String description, Category category, IParameter[] parameters, String helpContextId) -
Uses of Category in org.eclipse.ui.commands
Modifier and TypeMethodDescriptionICommandService.getCategory
(String categoryId) Retrieves the category with the given identifier.Category[]
ICommandService.getDefinedCategories()
Returns the collection of all of the defined categories in the workbench.