public class CellSelection extends SelectionWithFocusRow
| Constructor and 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 and Description |
|---|---|
java.util.List |
getIndices(java.lang.Object element)
FIXME
|
getFocusElementequals, getFirstElement, hashCode, isEmpty, iterator, size, toArray, toList, toStringpublic 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