Class Index | File Index

Classes


Class orion.editor.FindIterator

This object represents a find occurrences iterator.

See:
orion.editor.TextModel#find


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

Class Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
 
Determines whether there are more occurrences in the iterator.
 
Returns the next matched range {start,end} in the iterator.
Class Detail
orion.editor.FindIterator()
Field Detail
{Function} hasNext
Determines whether there are more occurrences in the iterator.

{Function} next
Returns the next matched range {start,end} in the iterator.

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