List of usage examples for org.eclipse.jface.viewers ITreeSelection interface-usage
From source file de.walware.ecommons.ui.util.TreeSelectionProxy.java
public class TreeSelectionProxy extends StructuredSelectionProxy implements ITreeSelection { public TreeSelectionProxy(final ITreeSelection selection) { super(selection); }