Package org.jurvis.swing.table

Interface Summary
JvMappedObjectTableModel.ColumnMapper Interface for object mapping row objects to columns.
JvObjectTableModel A JvObjectTableModel is a TableModel in which each row is actually a single object (which implements JvObjectTableRow.
JvObjectTableRow A JvObjectTableRow represents a row in a TableModel for which each column corresponds to a property of an object.
JvSortableTableModel A TableModel that supports sorting rows by their columns.
 

Class Summary
JvAbstractObjectTableModel A JvObjectTableModel is a TableModel in which each row is actually a single object (which implements JvObjectTableRow.
JvArrowIcon  
JvBevelArrowIcon  
JvBlankIcon  
JvColumn The definition of a column within the table.
JvDefaultObjectTableModel A JvObjectTableModel is a TableModel in which each row is actually a single object (which implements JvObjectTableRow.
JvDefaultSortableTableModel  
JvDefaultTableCellRenderer Custom cell renderer that honors the table's "enabled" property and makes non-editable cells the same color as the background.
JvEachRowEditor each row TableCellEditor
JvEachRowRenderer  
JvMappedObjectTableModel A JvMappedObjectTableModel is a TableModel in which each row is actually a single object and columns are determined via a specified JvMappedObjectTableModel.ColumnMapper.
JvObjectTable A JTable in which each row corresponds to a single object.
JvSortButtonRenderer A TableCellRender displaying the sort state of the column as an up or down arrow.
JvTable A JTable that allows nodes to be dragged and dropped within the table and between other components.
JvTableEditorSelector A TableCellEditor that is used to select a registered TableCellEditor based on the some criteria about the row or column being edited.
JvTableHeaderListener Mouse listener used to react to a click on a table column header.
JvTableMap  
 



Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.