protected class AbstractComponent.Children extends java.util.AbstractSequentialList<Component>
AbstractComponent.getChildren()
.
It is suggested to extend this class if you want to override
AbstractComponent.getChildren()
to instantiate your own instance.Modifier | Constructor and Description |
---|---|
protected |
AbstractComponent.Children() |
Modifier and Type | Method and Description |
---|---|
java.util.ListIterator<Component> |
listIterator(int index) |
int |
size() |
add, addAll, get, iterator, remove, set
add, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.