|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.binding.list.LinkedListModel<E>
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>
Adds 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 Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |