Package net.infonode.gui
Class ContainerList
- java.lang.Object
-
- net.infonode.util.ChangeNotifyList
-
- net.infonode.gui.ContainerList
-
- All Implemented Interfaces:
java.lang.Iterable
,java.util.Collection
,java.util.List
public class ContainerList extends ChangeNotifyList
-
-
Constructor Summary
Constructors Constructor Description ContainerList(java.awt.Container container)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
changed()
-
Methods inherited from class net.infonode.util.ChangeNotifyList
add, add, addAll, addAll, clear, contains, containsAll, get, getList, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
-
-
-
-
Method Detail
-
changed
protected void changed()
- Specified by:
changed
in classChangeNotifyList
-
-