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 eu.aniketos.wp1.ststool.diagram.custom.editpart.EditPartStucturedSelection.java

public class EditPartStucturedSelection implements IStructuredSelection {

    private List<EditPart> ep;

    public EditPartStucturedSelection(EditPart ep) throws Exception {

From source file eu.esdihumboldt.hale.ui.selection.impl.DefaultSchemaSelection.java

/**
 * A selection with source and target {@link EntityDefinition}s
 * 
 * @author Simon Templer
 * @partner 01 / Fraunhofer Institute for Computer Graphics Research
 */

From source file eu.esdihumboldt.hale.ui.selection.InstanceSelection.java

/**
 * Instance selection, containing {@link Instance}s and/or
 * {@link InstanceReference}s.
 * 
 * @author Simon Templer
 * @partner 01 / Fraunhofer Institute for Computer Graphics Research

From source file fr.inria.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 fr.lip6.move.coloane.projects.its.actions.FlattenModelAction.java

class SingleSelection<T> implements IStructuredSelection {

    private T elt;

    public SingleSelection(T path) {
        this.elt = path;

From source file net.bioclipse.cdk.ui.sdfeditor.editor.MolTableSelection.java

public class MolTableSelection implements IStructuredSelection, IAdaptable {

    IMoleculesEditorModel model;
    int[] selection;
    IPropertySource2 propertySource;

From source file net.bioclipse.chart.events.CellSelection.java

/** Contains a selection of cells from MatrixGridEditor to be passed
 *  to ISelectionListeners  
 * @author EskilA
 *
 */
public class CellSelection implements IStructuredSelection {

From source file net.bioclipse.model.ChartSelection.java

public class ChartSelection implements IStructuredSelection {
    private List<PlotPointData> points;
    private ChartDescriptor descriptor;

    public ChartDescriptor getDescriptor() {
        return descriptor;

From source file net.refractions.udig.ui.FeatureCollectionSelection.java

/**
 * Adapt a feature collection as a Selection so it can be used with StructedViewers.
 * 
 * @author Jesse
 * @since 1.1.0
 */

From source file net.refractions.udig.ui.FidSelection.java

/**
 * A selection that uses a set of fids to indicate the selection in the collection of features.  The actual selection
 * is the features indicated by the fids.
 * @author Jesse
 * @since 1.1.0
 */