com.mindfusion.diagramming
Class TreeItemList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by com.mindfusion.diagramming.BaseList<TreeViewItem>
              extended by com.mindfusion.diagramming.TreeItemList
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<TreeViewItem>, java.util.Collection<TreeViewItem>, java.util.List<TreeViewItem>

public class TreeItemList
extends BaseList<TreeViewItem>
implements java.lang.Cloneable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.mindfusion.diagramming.BaseList
list, listEvent, notifyParent
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
TreeItemList()
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class com.mindfusion.diagramming.BaseList
add, clear, contains, get, raiseAdding, raiseClearing, raiseRemoving, readExternal, remove, remove, removeRange, set, size, writeExternal
 
Methods inherited from class java.util.AbstractList
add, addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray
 

Constructor Detail

TreeItemList

public TreeItemList()
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object