List of usage examples for org.eclipse.jface.viewers ISelection interface-usage
From source file bilab.ValueSelection.java
public class ValueSelection implements ISelection { public Value value; public ValueSelection(final Value v) { value = v; }
From source file com.cubrid.common.ui.query.control.jface.text.IMarkSelection.java
/**
* A mark selection can be sent out by text viewers. By checking the
* type of the selection selection listeners can determine whether a selection
* event is about a mark or a normal text selection.
* <p>
* This interface is not intended to be implemented by clients other than
From source file com.cubrid.common.ui.query.control.jface.text.ITextSelection.java
/**
* This interface represents a textual selection. A text selection is a range of
* characters. Although a text selection is a snapshot taken at a particular
* point in time, it must not copy the line information and the selected text
* from the selection provider.
* <p>
From source file com.google.code.t4eclipse.selection.ControlSelection.java
public class ControlSelection implements org.eclipse.ui.IActionFilter, ISelection { private final String className; private final ControlSelection parent; private final Control c;
From source file com.iw.plugins.spindle.ui.EmptySelection.java
public class EmptySelection implements ISelection { public static final EmptySelection Instance = new EmptySelection(); /** * Constructor for EmptySelection
From source file com.runwaysdk.manager.model.ClassLabelProvider.java
public class ClassLabelProvider implements ILabelProvider, ISelection { @Override public Image getImage(Object element) { return null; }
From source file com.se.simplicity.editor.internal.selection.PickSelection.java
/**
* <p>
* A selection within a {@link com.se.simplicity.scene.Scene Scene} made as the result of a picking event.
* </p>
*
* @author Gary Buyn
From source file de.defmacro.dandelion.internal.ui.editor.ILispSourceSelection.java
/** * Schnittstelle fuer Quelltextselektion im Editor. * @author Michael Bohn * */ public interface ILispSourceSelection extends ISelection {
From source file de.walware.statet.r.ui.dataeditor.RDataTableSelection.java
public class RDataTableSelection implements ISelection { private final String fAnchorRowLabel; private final String fAnchorColumnLabel; private final String fLastSelectedCellRowLabel;
From source file ejs.base.sound.ISoundRangeSelection.java
/** * @author ejs * */ public interface ISoundRangeSelection extends ISelection, ISoundView {