List of usage examples for org.eclipse.jface.viewers StructuredSelection subclass-usage
From source file com.bdaum.zoom.ui.AssetSelection.java
/** * A selection of asset instances * */ @SuppressWarnings("restriction") public class AssetSelection extends StructuredSelection implements Iterable<Asset> {
From source file com.iw.plugins.spindle.editors.util.DoubleClickSelection.java
/** * A structured selection for DoubleClicks * * @author glongman@gmail.com */ public class DoubleClickSelection extends StructuredSelection {
From source file eu.esdihumboldt.hale.ui.selection.impl.DefaultInstanceSelection.java
/** * Default instance selection implementation. * * @author Simon Templer */ public class DefaultInstanceSelection extends StructuredSelection implements InstanceSelection {
From source file org.eclipse.eavp.viz.service.javafx.canvas.FXSelection.java
/** * * @author Tony McCrary (tmccrary@l33tlabs.com) * */ public class FXSelection extends StructuredSelection {
From source file org.eclipse.php.internal.ui.util.MultiElementSelection.java
public class MultiElementSelection extends StructuredSelection { private static final TreePath[] EMPTY_TREE_PATHS = new TreePath[0]; private TreePath[] fAllTreePaths; private CustomHashtable fElement2TreePaths;
From source file org.opentravel.schemas.navigation.DoubleClickSelection.java
/**
* This class is used as marked to notify the {@link ISelectionListener} about selection changed
* caused by double-click.
*
* Example usage:
*
From source file org.python.pydev.refactoring.core.model.OffsetStrategyModel.java
public class OffsetStrategyModel extends StructuredSelection { private int key; private String description;
From source file uk.ac.diamond.scisoft.analysis.rcp.hdf5.HDF5TreeSelection.java
public class HDF5TreeSelection extends StructuredSelection { public HDF5TreeSelection(HDF5Adaptable object) { super(object); } public TreeAdaptable getAdaptee() {