com.jgoodies.binding.list
E
- the type of the list elementscom.jgoodies.common.collect.LinkedListModel
.
This class will be removed from the next library version.@Deprecated public final class LinkedListModel<E> extendsimplements ObservableList<E>
ListModel
capabilities to its superclass
LinkedList
, i. e. allows to observe changes in the content and
structure. Useful for lists that are bound to list views, for example
JList, JComboBox and JTable.Constructor and Description |
---|
LinkedListModel()
Deprecated.
Constructs an empty linked list.
|
LinkedListModel(java.util.Collection<? extends E> c)
Deprecated.
Constructs a linked list containing the elements of the specified
collection, in the order they are returned by the collection's
iterator.
|
public LinkedListModel()
public LinkedListModel(java.util.Collection<? extends E> c)
c
- the collection whose elements are to be placed into this list.java.lang.NullPointerException
- if the specified collection is
null
Copyright © 2002-2010 JGoodies Karsten Lentzsch. All Rights Reserved.