Uses of Interface
org.eclipse.ui.activities.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
Modifier and TypeMethodDescriptionvoid
IIdentifier.addIdentifierListener
(IIdentifierListener identifierListener) Registers an instance ofIIdentifierListener
to listen for changes to properties of this instance.void
IIdentifier.removeIdentifierListener
(IIdentifierListener identifierListener) Removes an instance ofIIdentifierListener
listening for changes to properties of this instance.