Uses of Interface
org.eclipse.e4.ui.workbench.modeling.ISelectionListener
-
Packages that use ISelectionListener Package Description org.eclipse.e4.ui.workbench.modeling 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 ISelectionListener Modifier and Type Method Description void
ESelectionService. addPostSelectionListener(String partId, ISelectionListener listener)
Adds theISelectionListener
as a post selection listener for the part with the given id.void
ESelectionService. addPostSelectionListener(ISelectionListener listener)
Adds theISelectionListener
as a post selection listener for the service.void
ESelectionService. addSelectionListener(String partId, ISelectionListener listener)
Adds theISelectionListener
to the service for the part with the given id.void
ESelectionService. addSelectionListener(ISelectionListener listener)
Adds the givenISelectionListener
to the servicevoid
ESelectionService. removePostSelectionListener(String partId, ISelectionListener listener)
Removes theISelectionListener
as a post selection listener for the part with the given id.void
ESelectionService. removePostSelectionListener(ISelectionListener listener)
Removes theISelectionListener
as a post selection listener for the service.void
ESelectionService. removeSelectionListener(String partId, ISelectionListener listener)
Removes theISelectionListener
from the service for the given part id.void
ESelectionService. removeSelectionListener(ISelectionListener listener)
Removes the givenISelectionListener
from the service
-