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/I201206221139/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 Fri Jun 22 2012 11:43:40 GMT-0400 (EDT)