Uses of Interface
org.eclipse.core.commands.ICategoryListener
Packages that use ICategoryListener
Package
Description
Application programming interfaces for commands and handlers.
-
Uses of ICategoryListener in org.eclipse.core.commands
Classes in org.eclipse.core.commands that implement ICategoryListenerModifier and TypeClassDescriptionfinal class
A central repository for commands -- both in the defined and undefined states.Methods in org.eclipse.core.commands with parameters of type ICategoryListenerModifier and TypeMethodDescriptionfinal void
Category.addCategoryListener
(ICategoryListener categoryListener) Adds a listener to this category that will be notified when this category's state changes.final void
Category.removeCategoryListener
(ICategoryListener categoryListener) Removes a listener from this category.