Uses of Interface
org.eclipse.e4.ui.workbench.modeling.ISelectionListener
Packages that use ISelectionListener
Package
Description
Application programming interfaces describing the Eclipse 4 model services.
-
Uses of ISelectionListener in org.eclipse.e4.ui.workbench.modeling
Methods in org.eclipse.e4.ui.workbench.modeling with parameters of type ISelectionListenerModifier and TypeMethodDescriptionvoidESelectionService.addPostSelectionListener(String partId, ISelectionListener listener) Adds theISelectionListeneras a post selection listener for the part with the given id.voidESelectionService.addPostSelectionListener(ISelectionListener listener) Adds theISelectionListeneras a post selection listener for the service.voidESelectionService.addSelectionListener(String partId, ISelectionListener listener) Adds theISelectionListenerto the service for the part with the given id.voidESelectionService.addSelectionListener(ISelectionListener listener) Adds the givenISelectionListenerto the servicevoidESelectionService.removePostSelectionListener(String partId, ISelectionListener listener) Removes theISelectionListeneras a post selection listener for the part with the given id.voidESelectionService.removePostSelectionListener(ISelectionListener listener) Removes theISelectionListeneras a post selection listener for the service.voidESelectionService.removeSelectionListener(String partId, ISelectionListener listener) Removes theISelectionListenerfrom the service for the given part id.voidESelectionService.removeSelectionListener(ISelectionListener listener) Removes the givenISelectionListenerfrom the service