Class Index | File Index

Classes


Class orion.editor.KeyEvent

This is the event sent for all keyboard events.

See:
orion.editor.TextView
orion.editor.TextView#event:onKeyDown
orion.editor.TextView#event:onKeyPress
orion.editor.TextView#event:onKeyUp


Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.editor/web/orion/editor/textView.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
Determines whether the user agent context menu should be shown.
 
The key DOM event.
 
If called prevents the user agent context menu from showing.
 
The type of event.
Class Detail
orion.editor.KeyEvent()
Field Detail
{Boolean} defaultPrevented
Determines whether the user agent context menu should be shown. It is shown by default.

{DOMEvent} event
The key DOM event.

{Function} preventDefault
If called prevents the user agent context menu from showing.

{String} type
The type of event.

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Apr 01 2014 22:58:23 GMT-0400 (EDT)