|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.ralfebert.rcputils.selection.SelectionUtils
public class SelectionUtils
Helper methods for working with JFace selections.
Constructor Summary | |
---|---|
SelectionUtils()
|
Method Summary | ||
---|---|---|
static
|
getIterable(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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectionUtils()
Method Detail |
---|
public static final <A> java.lang.Iterable<A> getIterable(ISelection selection, java.lang.Class<A> selectedObjectClass)
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |