Class Index | File Index

Classes


Class orion.textview.FoldingAnnotation

This object represents a folding annotation.
Defined in: </shared/eclipse/e4/orion/I201206221139/plugins/org.eclipse.orion.client.editor/web/orion/textview/annotations.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
orion.textview.FoldingAnnotation(start, end, projectionModel)
Constructs a new folding annotation.
Method Summary
Method Attributes Method Name and Description
 
Collapses the annotation.
 
Expands the annotation.
Class Detail
orion.textview.FoldingAnnotation(start, end, projectionModel)
Constructs a new folding annotation.
Parameters:
{Number} start
The start offset of the annotation in the text model.
{Number} end
The end offset of the annotation in the text model.
{orion.textview.ProjectionTextModel} projectionModel
The projection text model.
Method Detail
collapse()
Collapses the annotation.

expand()
Expands the annotation.

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Jun 22 2012 11:43:40 GMT-0400 (EDT)