net.infonode.gui
Class ContainerList

java.lang.Object
  extended by net.infonode.util.ChangeNotifyList
      extended by net.infonode.gui.ContainerList
All Implemented Interfaces:
java.lang.Iterable, java.util.Collection, java.util.List

public class ContainerList
extends ChangeNotifyList

Version:
$Revision: 1.4 $
Author:
$Author: jesper $

Field Summary
private  java.awt.Container container
           
 
Constructor Summary
ContainerList(java.awt.Container container)
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.List
equals, hashCode
 

Field Detail

container

private java.awt.Container container
Constructor Detail

ContainerList

public ContainerList(java.awt.Container container)
Method Detail

changed

protected void changed()
Specified by:
changed in class ChangeNotifyList