Uses of Interface
org.eclipse.ui.activities.IIdentifierListener
Packages that use IIdentifierListener
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of IIdentifierListener in org.eclipse.ui.activities
Methods in org.eclipse.ui.activities with parameters of type IIdentifierListenerModifier and TypeMethodDescriptionvoidIIdentifier.addIdentifierListener(IIdentifierListener identifierListener) Registers an instance ofIIdentifierListenerto listen for changes to properties of this instance.voidIIdentifier.removeIdentifierListener(IIdentifierListener identifierListener) Removes an instance ofIIdentifierListenerlistening for changes to properties of this instance.