Class Index | File Index

Classes


Class orion.selection.Selection

Can provide one or more selections describing objects of interest. Used to establish input and output relationships between components. For example, the selection in one component can serve as the input of another component.
Defined in: </shared/eclipse/e4/orion/I201107200200/plugins/org.eclipse.orion.client.core/web/orion/selection.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a new selection service.
Method Summary
Method Attributes Method Name and Description
 
getSelection(onDone)
Obtains the current single selection and passes it to the provided function.
 
getSelections(onDone)
Obtains all current selections and passes them to the provided function.
 
setSelections(itemOrArray)
Sets the current selection
Class Detail
orion.selection.Selection()
Constructs a new selection service. Clients should obtain a selection service by requesting the service orion.page.selection from the service registry. This service constructor is only intended to be used by page service registry initialization code.
Method Detail
getSelection(onDone)
Obtains the current single selection and passes it to the provided function.
Parameters:
onDone
The function to invoke with the selection

getSelections(onDone)
Obtains all current selections and passes them to the provided function.
Parameters:
onDone
The function to invoke with the selections

setSelections(itemOrArray)
Sets the current selection
Parameters:
itemOrArray
A single selected item or an array of selected items

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Jul 20 2011 02:04:43 GMT-0400 (EDT)