Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

de.ralfebert.rcputils.selection
Class SelectionUtils

java.lang.Object
  extended by de.ralfebert.rcputils.selection.SelectionUtils

public class SelectionUtils
extends java.lang.Object

Helper methods for working with JFace selections.


Constructor Summary
SelectionUtils()
           
 
Method Summary
static
<A> java.lang.Iterable<A>
getIterable(org.eclipse.jface.viewers.ISelection selection, java.lang.Class<A> selectedObjectClass)
          Returns a list of all objects of selectedObjectClass contained in the given selection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionUtils

public SelectionUtils()
Method Detail

getIterable

public static final <A> java.lang.Iterable<A> getIterable(org.eclipse.jface.viewers.ISelection selection,
                                                          java.lang.Class<A> selectedObjectClass)
Returns a list of all objects of selectedObjectClass contained in the given selection.


Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013