Example usage for org.eclipse.jface.viewers ITreeSelection interface-usage

List of usage examples for org.eclipse.jface.viewers ITreeSelection interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.viewers ITreeSelection interface-usage.

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);
    }