Extreme Component Documentation

Overview

JListView provides a listview component to display more objects from a list, support 5 different view mode: small icon, large icon, list, details, thumbnail.

JListView 1.5 (2006/07/23)

  • Adds "Table.isFileList" client property for JTable. Adds "List.isFileList" client property for JList.

JListView 1.4 (2005/11/24)

  • New API in JListView: JListView#setCellPreferredSize(int, Dimension); JListView#getCellPreferredSize(int);
  • The JListView selection model should select the element column. (Bug Fixed)
  • The JListView should not select the full row. (Bug Fixed)
  • The TableModel created by ModelFactory.createListModelByReference cannot work with ListModel correctly. (Bug Fixed)
  • Adds JBean framework.

JListView 1.3 (2005/08/21)

  • Adds the following API in BasicListViewUI: BasicListViewUI#getList(); BasicListViewUI#createList(); BasicListViewUI#getTable(); BasicListViewUI#createTable();

JListView 1.2 (2004/11/16)

  • Resize column have some problems. (Bug Fixed)
  • Cannot remove and add the last column. (Bug Fixed)
  • Adds setOpaque(true); and setDoubleBuffered(true);

JListView 1.1 (2004/07/09)

  • Adds hide and show column.
  • Adds sort support.
  • Size column to fit.
  • Adds background image support.
  • Adds tool tip text support.

JListView 1.0 (2004/04/01)

  • Provides 5 different view mode: small icon, large icon, list, details, thumbnail
  • Support editing.
  • Provides default file renderer and editor.
  • Provides a file table model.