Uses of Interface
com.jgoodies.binding.list.ObservableList

Packages that use ObservableList
com.jgoodies.binding.list Contains classes that operate on, hold and observe lists and list models. 
 

Uses of ObservableList in com.jgoodies.binding.list
 

Classes in com.jgoodies.binding.list that implement ObservableList
 class ArrayListModel<E>
          Adds ListModel capabilities to its superclass ArrayList, i. e. allows to observe changes in the content and structure.
 class LinkedListModel<E>
          Adds ListModel capabilities to its superclass LinkedList, i. e. allows to observe changes in the content and structure.
 



Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.