Class ConvertingSelectionProvider

java.lang.Object
org.eclipse.jdt.ui.actions.ConvertingSelectionProvider
All Implemented Interfaces:
ISelectionProvider

public class ConvertingSelectionProvider extends Object implements ISelectionProvider
A converting selection provider is a special selection provider which converts a selection before notifying any listeners. Additional it converts the selection on getSelection and setSelection. The default strategy used to adapt the elements of the selection to IJavaElement or a IResource, but implementors can override this behavior.
Since:
3.2