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 SummaryConstructors Constructor Description MenuNodeCursor(MenuNode node)MenuNodeCursor(java.lang.String path, java.util.List<MenuNode> node)
 - 
Method SummaryAll 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.SearchObjectCursorof
 
- 
 
- 
- 
- 
Method Detail- 
nextpublic 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 class- SearchObjectCursor
 
 
- 
 
-