| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.inspector.find.SearchIterator
public class SearchIterator
Default component iterator to be used for findText. May be customized by subclassing and overriding isSearchableContainer.
isSearchableContainer(java.awt.Container)| Constructor Summary | |
|---|---|
| SearchIterator(java.awt.Container container,
               boolean forward)Construct a post-order containment hierarchy SearchIterator. | |
| Method Summary | |
|---|---|
|  boolean | hasNext()Determine whether there is another Component to be returned in the iteration sequence. | 
| protected  boolean | isSearchableContainer(java.awt.Container container)Called to decide whether to traverse the specified container. | 
|  java.awt.Component | next()Return the next component in the iteration sequence. | 
|  void | remove() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SearchIterator(java.awt.Container container,
                      boolean forward)
container - the container whose containment hierarchy is to be iterated.forward - true to iterate children in a 0 to n-1 index order| Method Detail | 
|---|
public final boolean hasNext()
hasNext in interface java.util.Iterator<java.awt.Component>public final java.awt.Component next()
next in interface java.util.Iterator<java.awt.Component>protected boolean isSearchableContainer(java.awt.Container container)
public final void remove()
remove in interface java.util.Iterator<java.awt.Component>| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||