com.jgoodies.common.collect
E
- the type of the list elementspublic interface ObservableList<E> extends java.util.List<E>, javax.swing.ListModel
List
and ListModel
interfaces.
Useful to specify a type that operates like a List and is published
as a ListModel so it can be bound to user interface components
such as JList
, JTable
and JComboBox
.
The JGoodies Common ships two predefined implementations:
ArrayListModel
and LinkedListModel
.
Copyright © 2009-2011 JGoodies Karsten Lentzsch. All Rights Reserved.