Class Index | File Index

Classes


Class eclipse.SelectionEvent

This is the event sent when the selection changes in the editor.

See:
eclipse.Editor
eclipse.Editor#event:onSelection


Defined in: </shared/eclipse/e4/orion/I201106021400/plugins/org.eclipse.orion.client.editor/web/js/editor.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
The new selection.
 
The old selection.
Class Detail
eclipse.SelectionEvent()
Field Detail
{eclipse.Selection} newValue
The new selection.

{eclipse.Selection} oldValue
The old selection.

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Jun 02 2011 14:09:18 GMT-0400 (EDT)