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>.
Constructor Attributes | Constructor Name and Description |
---|---|
Field Attributes | Field Name and Description |
---|---|
The new selection.
|
|
The old selection.
|
Field Detail
{eclipse.Selection}
newValue
The new selection.
{eclipse.Selection}
oldValue
The old selection.