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

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

Introduction

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

Usage

From source file org.eclipse.linuxtools.tmf.ui.widgets.timegraph.widgets.TimeGraphSelection.java

/**
 * Selection object for the time graph scale
 *
 * @version 1.0
 * @author Alvaro Sanchez-Leon
 * @author Patrick Tasse

From source file org.eclipse.objectteams.otdt.internal.ui.handlers.CompareWithBaseMethodHandler.java

/**
 * This handler implements the "Compare with ... Bound base method" command.
 * 
 * @author stephan
 * @since 1.4.0
 */

From source file org.eclipse.osee.framework.ui.skynet.ArtifactStructuredSelection.java

public final class ArtifactStructuredSelection implements IStructuredSelection {

    private final List<Artifact> selectedItems;

    public ArtifactStructuredSelection(Artifact... selectedItems) {
        this(Arrays.asList(selectedItems));

From source file org.eclipse.tracecompass.tmf.ui.widgets.timegraph.widgets.TimeGraphSelection.java

/**
 * Selection object for the time graph scale
 *
 * @version 1.0
 * @author Alvaro Sanchez-Leon
 * @author Patrick Tasse

From source file org.emftext.language.xpath2.resource.xpath2.ui.Xpath2EObjectSelection.java

public class Xpath2EObjectSelection implements IStructuredSelection {

    private final EObject selectedObject;

    public Xpath2EObjectSelection(EObject selectedObject) {
        super();

From source file org.emftext.language.xpath3.resource.xpath3.ui.Xpath3EObjectSelection.java

public class Xpath3EObjectSelection implements IStructuredSelection {

    private final EObject selectedObject;

    public Xpath3EObjectSelection(EObject selectedObject) {
        super();

From source file org.emftext.sdk.concretesyntax.resource.cs.ui.CsEObjectSelection.java

public class CsEObjectSelection implements IStructuredSelection {

    private final EObject selectedObject;

    public CsEObjectSelection(EObject selectedObject) {
        super();

From source file org.emftext.sdk.generatorconfig.resource.generatorconfig.ui.GeneratorconfigEObjectSelection.java

public class GeneratorconfigEObjectSelection implements org.eclipse.jface.viewers.IStructuredSelection {

    private final org.eclipse.emf.ecore.EObject selectedObject;
    private final boolean highlighting;

    public GeneratorconfigEObjectSelection(org.eclipse.emf.ecore.EObject selectedObject, boolean highlighting) {

From source file org.jkiss.dbeaver.ui.controls.resultset.IResultSetSelection.java

/**
 * Result set selection
 */
public interface IResultSetSelection extends IStructuredSelection {

    @NotNull

From source file org.kalypso.ogc.gml.filterdialog.dialog.TreeSelection.java

/**
 * @author kuepfer
 */
public abstract class TreeSelection implements IStructuredSelection, IChangeListener {
    private final IStructuredSelection m_selection;