public class CellSelection extends SelectionWithFocusRow
Constructor | Description |
---|---|
CellSelection(java.util.List elements,
java.util.List indicesList,
java.lang.Object focusElement,
org.eclipse.jface.viewers.IElementComparer comparer) |
Creates a structured selection from the given
List and
element comparer. |
Modifier and Type | Method | Description |
---|---|---|
java.util.List |
getIndices(java.lang.Object element) |
FIXME
|
getFocusElement
public CellSelection(java.util.List elements, java.util.List indicesList, java.lang.Object focusElement, org.eclipse.jface.viewers.IElementComparer comparer)
List
and
element comparer. If an element comparer is provided, it will be used to
determine equality between structured selection objects provided that
they both are based on the same (identical) comparer. See bugelements
- list of selected elementscomparer
- the comparer, or null