Package be.ugent.caagt.swirl.lists

Interface Summary

CellListCellRenderer Is responsible for painting a single element of a CellList.
CellListCellValue Objects of this type are intended to be used as elements of a CellList.
TypedListModel<E> Interface that combines ListModel and List.

Class Summary

ArrayListModel<E> Implementation of javax.swing.ListModel that behaves like an ArrayList and implements the interface java.util.List from the collections API.
CellList List component in which list items are layed out as cells in a grid.
DefaultCellListCellRenderer Default implementation of CellListCellRenderer.