Module to interact with selection
This module depends on following other modules which will automatically be loaded.
Method | Description |
---|---|
getCustomSelection() | Return the current selection using the selection service. |
getCustomSelectionFromSelector() | Return the current selection using the selection service. |
getIterableSelection() | Return the selection after being adapter to IIterable |
java.lang.Object getCustomSelection()
Return the current selection using the selection service. The selection service return transformed selection using some rules define in the platform. This method use the selector with the Highest priority
java.lang.Object getCustomSelectionFromSelector(java.lang.String selectorID)
Return the current selection using the selection service. The selection service return transformed selection using some rules define in the platform.
java.lang.Iterable<T> getIterableSelection([java.lang.String name])
Return the selection after being adapter to IIterable