Uses of Interface
org.eclipse.ui.activities.ICategoryListener
Packages that use ICategoryListener
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of ICategoryListener in org.eclipse.ui.activities
Methods in org.eclipse.ui.activities with parameters of type ICategoryListenerModifier and TypeMethodDescriptionvoidICategory.addCategoryListener(ICategoryListener categoryListener) Registers an instance ofICategoryListenerto listen for changes to properties of this instance.voidICategory.removeCategoryListener(ICategoryListener categoryListener) Removes an instance ofICategoryListenerlistening for changes to properties of this instance.