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.StructuredSelection
FIXME
  • Field Summary

    Fields inherited from class org.eclipse.jface.viewers.StructuredSelection

    EMPTY
  • Constructor Summary

    Constructors 
    Constructor Description
    SelectionWithFocusRow​(java.util.List elements, java.lang.Object focusElement, org.eclipse.jface.viewers.IElementComparer comparer)
    FIXME
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object getFocusElement()
    FIXME

    Methods inherited from class org.eclipse.jface.viewers.StructuredSelection

    equals, getFirstElement, hashCode, isEmpty, iterator, size, toArray, toList, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator
  • Constructor Details

    • SelectionWithFocusRow

      public SelectionWithFocusRow​(java.util.List elements, java.lang.Object focusElement, org.eclipse.jface.viewers.IElementComparer comparer)
      FIXME
      Parameters:
      elements -
      focusElement -
      comparer -
  • Method Details

    • getFocusElement

      public java.lang.Object getFocusElement()
      FIXME
      Returns:
      the focus element