Class Index | File Index

Classes


Class javascript.JSOutliner


Defined in: </jobs/genie.orion/orion-client-dev/workspace/bundles/org.eclipse.orion.client.javascript/web/javascript/outliner.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
javascript.JSOutliner(ternWorker, ternWorker)
creates a new instance of the outliner
Method Summary
Method Attributes Method Name and Description
 
computeOutline(editorContext, options)
callback from the orion.edit.outliner service to create an outline
Class Detail
javascript.JSOutliner(ternWorker, ternWorker)
creates a new instance of the outliner
Parameters:
{Worker} ternWorker
The backing Tern worker
{Worker} ternWorker
Method Detail
{orion.Promise} computeOutline(editorContext, options)
callback from the orion.edit.outliner service to create an outline
Parameters:
{orion.edit.EditorContext} editorContext
The editor context
{Object} options
The options
Returns:
{orion.Promise} to compute the outline

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Jun 22 2016 00:53:47 GMT-0400 (EDT)