|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISelectionListener | |
---|---|
org.eclipse.ui | Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. |
Uses of ISelectionListener in org.eclipse.ui |
---|
Subinterfaces of ISelectionListener in org.eclipse.ui | |
---|---|
interface |
INullSelectionListener
Interface for listening to null selection changes. |
Methods in org.eclipse.ui with parameters of type ISelectionListener | |
---|---|
void |
ISelectionService.addPostSelectionListener(ISelectionListener listener)
Adds the given post selection listener.It is equivalent to selection changed if the selection was triggered by the mouse but it has a delay if the selection is triggered by the keyboard arrows. |
void |
ISelectionService.addPostSelectionListener(java.lang.String partId,
ISelectionListener listener)
Adds a part-specific selection listener which is notified when selection changes in the part with the given id. |
void |
ISelectionService.addSelectionListener(ISelectionListener listener)
Adds the given selection listener. |
void |
ISelectionService.addSelectionListener(java.lang.String partId,
ISelectionListener listener)
Adds a part-specific selection listener which is notified when selection changes in the part with the given id. |
void |
ISelectionService.removePostSelectionListener(ISelectionListener listener)
Removes the given post selection listener. |
void |
ISelectionService.removePostSelectionListener(java.lang.String partId,
ISelectionListener listener)
Removes the given part-specific post selection listener. |
void |
ISelectionService.removeSelectionListener(ISelectionListener listener)
Removes the given selection listener. |
void |
ISelectionService.removeSelectionListener(java.lang.String partId,
ISelectionListener listener)
Removes the given part-specific selection listener. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |