Class 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 
      Modifier and Type Field Description
      private java.lang.Object focusElement  
      • 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

      All Methods Instance Methods Concrete Methods 
      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
    • Field Detail

      • focusElement

        private java.lang.Object focusElement
    • Constructor Detail

      • SelectionWithFocusRow

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

      • getFocusElement

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