Holger's
Java API

Package com.antelmann.util.table

This package contains classes to ease development with Swing tables.

See:
          Description

Class Summary
ColorEditor taken from the Java Tutorial
ColorRenderer taken from the Java Tutorial
CustomThemeTableModel an editable theme based on a table model to be used with a JTable
FontCellEditor  
JCustomThemeEditor work in progress on a metallic theme editor
LineColorRenderer a TableCellRenderer that colors every 2nd line differently for better visualization
MethodTableModel<T> a table model that displays a list of objects based on the return value of given method names using reflection.
MovableListModel a helper class providing support for movable lists
MovableTableModel a wrapper around a TableModel allowing to rearrange its rows.
PropertiesTableModel a table model that allows to edit the values of the embedded properties
SortableTableModel a wrapper around a TableModel allowing to sort the model.
TableModelView provides a view of a given TableModel.
TableUtils some utilities for tables
TimeCellRenderer properly formats java.util.Date and Long values (the latter as time).
 

Package com.antelmann.util.table Description

This package contains classes to ease development with Swing tables.



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads