Class Index | File Index

Classes


Class orion.textview.FindIterator

This object represents a find occurrences iterator.

See:
orion.textview.TextModel#find


Defined in: </shared/eclipse/e4/orion/I201301232230/plugins/org.eclipse.orion.client.editor/web/orion/textview/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.textview.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 Wed Jan 23 2013 22:37:25 GMT-0500 (EST)