Class ClientScriptSearchProvider.MenuNodeCursor
- java.lang.Object
 - 
- com.inductiveautomation.ignition.designer.findreplace.SearchObjectCursor
 - 
- com.inductiveautomation.factorypmi.designer.search.ClientScriptSearchProvider.MenuNodeCursor
 
 
 
- 
- Enclosing class:
 - ClientScriptSearchProvider
 
protected class ClientScriptSearchProvider.MenuNodeCursor extends SearchObjectCursor
 
- 
- 
Constructor Summary
Constructors Constructor Description MenuNodeCursor(MenuNode node)MenuNodeCursor(java.lang.String path, java.util.List<MenuNode> node) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectnext()Gets the next search object, which might be a SearchObject or a SearchObjectCursor.- 
Methods inherited from class com.inductiveautomation.ignition.designer.findreplace.SearchObjectCursor
of 
 - 
 
 - 
 
- 
- 
Method Detail
- 
next
public java.lang.Object next()
Description copied from class:SearchObjectCursorGets the next search object, which might be a SearchObject or a SearchObjectCursor. Null is returned at the end of the stream to signify that the cursor is exhausted.- Specified by:
 nextin classSearchObjectCursor
 
 - 
 
 -