public class ControlIterator extends IteratorEnumerator
Constructor and Description |
---|
ControlIterator() |
Modifier and Type | Method and Description |
---|---|
void |
cached() |
boolean |
hasNext()
Override this to implement your own hasNext().
|
Object |
next()
Override this to implement your own next().
|
ControlIterator |
setFor(Control parent,
boolean backwards) |
ControlIterator |
setFor(Iterator it) |
ControlIterator |
setForNone() |
ControlIterator |
setForSingleControl(Control who) |
static ControlIterator |
unNull(ControlIterator provided) |
hasMoreElements, nextElement, remove
public boolean hasNext()
IteratorEnumerator
hasNext
in interface Iterator
hasNext
in class IteratorEnumerator
public Object next()
IteratorEnumerator
next
in interface Iterator
next
in class IteratorEnumerator
public ControlIterator setFor(Iterator it)
public ControlIterator setForNone()
public ControlIterator setForSingleControl(Control who)
public ControlIterator setFor(Control parent, boolean backwards)
public static ControlIterator unNull(ControlIterator provided)
public void cached()