Class SelectionWithFocusRow
- java.lang.Object
-
- org.eclipse.jface.viewers.StructuredSelection
-
- org.eclipse.nebula.jface.gridviewer.internal.SelectionWithFocusRow
-
- All Implemented Interfaces:
java.lang.Iterable,org.eclipse.jface.viewers.ISelection,org.eclipse.jface.viewers.IStructuredSelection
- Direct Known Subclasses:
CellSelection
public class SelectionWithFocusRow extends org.eclipse.jface.viewers.StructuredSelectionFIXME
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.ObjectfocusElement
-
Constructor Summary
Constructors Constructor Description SelectionWithFocusRow(java.util.List elements, java.lang.Object focusElement, org.eclipse.jface.viewers.IElementComparer comparer)FIXME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetFocusElement()FIXME-
Methods inherited from class org.eclipse.jface.viewers.StructuredSelection
equals, getFirstElement, hashCode, isEmpty, iterator, size, toArray, toList, toString
-
-