blob: 84ab1917fc0f7ab0da2ae341415636fadc199742 [file] [log] [blame]
package org.eclipse.wst.sse.ui;
import org.eclipse.jface.viewers.ISelection;
import org.eclipse.jface.viewers.TreeViewer;
/**
* Allows contributors to redefine a selection when provided with the current
* selection.
*
*/
public interface IContentSelectionProvider {
ISelection getSelection(TreeViewer viewer, ISelection selection);
}