org.springframework.binding.value.support
Interface ObservableList

All Superinterfaces:
Collection, Iterable, List, ListModel
All Known Implementing Classes:
ComboBoxListModel, DynamicComboBoxListModel, DynamicListModel, ListListModel, ObservableEventList

public interface ObservableList
extends List, ListModel

Simple sub interface that combines List and ListModel.

Author:
Keith Donald

Method Summary
 IndexAdapter getIndexAdapter(int index)
           
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 
Methods inherited from interface javax.swing.ListModel
addListDataListener, getElementAt, getSize, removeListDataListener
 

Method Detail

getIndexAdapter

IndexAdapter getIndexAdapter(int index)


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.